详情关联条款,关联成功消息框
This commit is contained in:
@@ -3024,7 +3024,13 @@
|
|||||||
this.$refs['relatedTermsSelect'].handleSubmit(() => {
|
this.$refs['relatedTermsSelect'].handleSubmit(() => {
|
||||||
this.selectSarStandItems()
|
this.selectSarStandItems()
|
||||||
this.btnLoading = false
|
this.btnLoading = false
|
||||||
|
this.$message({
|
||||||
|
message: '关联成功',
|
||||||
|
type: 'success'
|
||||||
|
});
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
closeRelatedTermsDrawer() {
|
closeRelatedTermsDrawer() {
|
||||||
this.$refs['relatedTermsDrawer'].closeDrawer()
|
this.$refs['relatedTermsDrawer'].closeDrawer()
|
||||||
|
|||||||
Reference in New Issue
Block a user