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);