From c25dfefed776ef1470b37eed11ffb59451744753 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 14 Aug 2024 11:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BA=A7=E5=93=81=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/goods/product/productAdd.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/goods/product/productAdd.vue b/src/views/goods/product/productAdd.vue index 12506fe..3e48387 100644 --- a/src/views/goods/product/productAdd.vue +++ b/src/views/goods/product/productAdd.vue @@ -225,6 +225,7 @@ export default { rateType: '', list: [] } + this.submitdisabled = false this.$emit('doback') } }