From 73acf4d7920a55c25ffd075a157b57cb5072e96a Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Sun, 21 Nov 2021 16:03:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=85=B3=E8=81=94=E6=9D=A1?= =?UTF-8?q?=E6=AC=BE,=E5=85=B3=E8=81=94=E6=88=90=E5=8A=9F=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 8557d1325..d414d8724 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -3024,7 +3024,13 @@ this.$refs['relatedTermsSelect'].handleSubmit(() => { this.selectSarStandItems() this.btnLoading = false + this.$message({ + message: '关联成功', + type: 'success' + }); }) + + }, closeRelatedTermsDrawer() { this.$refs['relatedTermsDrawer'].closeDrawer()