zhang_12370
2 天以前 26e0f4997558b60eda9dcb8979b777b47b31675e
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],
  };