diff --git a/src/views/superstore/superUitId/index.vue b/src/views/base/unitList/index.vue similarity index 99% rename from src/views/superstore/superUitId/index.vue rename to src/views/base/unitList/index.vue index 68122862..bc21bdf4 100644 --- a/src/views/superstore/superUitId/index.vue +++ b/src/views/base/unitList/index.vue @@ -197,6 +197,7 @@ // 表单重置 reset() { this.form = {}; + this.$set(this.form,"weighType",1) this.resetForm("form"); }, /** 提交按钮 */ diff --git a/src/views/superstore/shopMaterial/components/MaterialDialog.vue b/src/views/superstore/shopMaterial/components/MaterialDialog.vue index c3478407..9c697177 100644 --- a/src/views/superstore/shopMaterial/components/MaterialDialog.vue +++ b/src/views/superstore/shopMaterial/components/MaterialDialog.vue @@ -2,7 +2,7 @@