From 8ab7377f0713aa4e883bf16fa0f77b2490559d5d Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 5 Jun 2025 11:13:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/{superstore/superUitId => base/unitList}/index.vue | 1 + src/views/superstore/shopMaterial/components/MaterialDialog.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename src/views/{superstore/superUitId => base/unitList}/index.vue (99%) 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 @@