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