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); @@ -217,7 +219,7 @@ totalPriceExcludingTax: "", priceIncludingTax: "", totalPriceIncludingTax: "", taxRate: "", taxRate: "13", registrantId: userInfo.value.userId, registrationDate: new Date().toISOString().split("T")[0], };