zhanghl
2025-04-21 1c15ef9287dced4bbde0c5e88b91eec2d375382c
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();
}