详情关联条款,关联成功消息框

This commit is contained in:
zhaokaiyao@91isoft.com
2021-11-21 16:03:26 +08:00
parent 86cbdcc379
commit 73acf4d792
@@ -3024,7 +3024,13 @@
this.$refs['relatedTermsSelect'].handleSubmit(() => {
this.selectSarStandItems()
this.btnLoading = false
this.$message({
message: '关联成功',
type: 'success'
});
})
},
closeRelatedTermsDrawer() {
this.$refs['relatedTermsDrawer'].closeDrawer()