src/views/procureMent/index.vue
@@ -85,7 +85,9 @@ // 引入字典数据 const { proxy } = getCurrentInstance(); const dialogFormVisible = ref(false); const form = ref({}); const form = ref({ taxRate: "13" }); const title = ref(""); // 状态变量 const loading = ref(false); @@ -110,6 +112,8 @@ // 方法定义 const handleQuery = () => { loading.value = true; current.value = 1; pageSize.value = 10; // 这里添加实际的查询逻辑 getList(); }; @@ -262,6 +266,7 @@ }); const handleDeleteSuccess = (row) => { ElMessage.success("删除成功:" + row.supplierName); handleQuery() }; // 成功 const handleSuccess = (val) => {