From d541cc1adf43277932f9367356c0fdba99e8b34a Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 12 十月 2023 15:22:35 +0800 Subject: [PATCH] modified: src/views/admin/productType/index.vue modified: src/views/plan/customerorder/sample-customerorder-form.vue modified: src/views/plan/manufacturingorder/index.vue --- src/views/admin/productType/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/admin/productType/index.vue b/src/views/admin/productType/index.vue index 0c8df7f..55d70ff 100644 --- a/src/views/admin/productType/index.vue +++ b/src/views/admin/productType/index.vue @@ -155,8 +155,9 @@ staffId: this.prodForm.staffName, productType: this.prodForm.type }).then(response => { + this.dialogAddVisible = false this.$message.success("娣诲姞鎴愬姛") - this.refreshChange(); + this.refreshChange() }).catch(() => { this.$message.error("娣诲姞澶辫触") }) -- Gitblit v1.9.3