修改消息通知
This commit is contained in:
@@ -182,9 +182,14 @@
|
||||
},
|
||||
//推送
|
||||
handleCompare() {
|
||||
this.$nextTick(() => {
|
||||
this.$refs.libraryPushRef.visible = true
|
||||
})
|
||||
if (this.idList.length > 0){
|
||||
this.$nextTick(() => {
|
||||
this.$refs.libraryPushRef.visible = true
|
||||
this.$refs.libraryPushRef.tableKey = this.idList
|
||||
})
|
||||
}else{
|
||||
this.$message.warning(this.$t('selectLeastOne'))
|
||||
}
|
||||
},
|
||||
//导入
|
||||
handleImport() {
|
||||
|
||||
Reference in New Issue
Block a user