dy
2025-04-21 3e4201f8b36128d48ba2029825e8b34e7f6d9053
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();
}