zhang_12370
2 天以前 8a4c1addc899e1ad8ddc0e78d64a9587882fa79b
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);