src/views/basicData/apsPlant/index.vue
@@ -106,7 +106,6 @@ const ids = ref([]); const single = ref(true); const multiple = ref(true); const total = ref(0); const title = ref(""); const disabled = ref(false); const data = reactive({ @@ -246,6 +245,7 @@ /** 搜索按钮操作 */ function handleQuery() { page.value.current = 1; queryParams.value.pageNum = 1; getList(); }