修改消息通知

This commit is contained in:
qq787203167
2022-03-04 17:06:13 +08:00
parent 1ee3475e45
commit 0db5597cf4
5 changed files with 21 additions and 14 deletions
@@ -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() {