| | |
| | | </template> |
| | | |
| | | <script setup> |
| | | |
| | | import {listOfSpotTypesApi,spotTypesCreateApi,editSpotTypeApi,deleteSpotTypeApi} from '@/api/patchManagement/index' |
| | | import { ref, computed, watch } from 'vue' |
| | | import { getListPage, getDetail, add, remove, enable, disable } from '@/api/resource/oss' |
| | | import { enable, disable } from '@/api/resource/oss' |
| | | import { useStore } from 'vuex' |
| | | import func from '@/utils/func' |
| | | import { useRouter } from 'vue-router' |
| | | import { ElMessage, ElMessageBox, ElLoading } from 'element-plus'; |
| | | const store = useStore() |
| | | const router = useRouter() |
| | | |
| | | // ---------------- data ---------------- |
| | | const form = ref({}) |
| | | const query = ref({}) |
| | |
| | | lotValue:"", |
| | | userName:'' |
| | | }) |
| | | |
| | | const selectionList = ref([]) |
| | | const option = ref({ |
| | | addBtn: true, |
| | |
| | | } |
| | | |
| | | const searchChange = (params, done) => { |
| | | console.log('params',params); |
| | | |
| | | page.value.currentPage = 1 |
| | | page.value.lotValue = params.patches_type |
| | | page.value.userName = params.user_name |