From f7dc99442fc8d1504bb6243f8c47be03aae829ed Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Mon, 28 Aug 2023 13:48:21 +0800 Subject: [PATCH] 2023-8-28 --- src/views/component/dialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/component/dialog.vue b/src/views/component/dialog.vue index 63d6031..8bb7d4c 100644 --- a/src/views/component/dialog.vue +++ b/src/views/component/dialog.vue @@ -426,6 +426,7 @@ export default { //TODO:业务特殊处理 if (/^\/manage/.test(this.$route.path)) { this.form["zhuangtai"] = 0; + this.form["dianjiliang"] = 0; } if (this.tableName === "materials") { this.form["leixing"] = Number(this.$route.meta.params.type);