拆分导入成功列表刷新

This commit is contained in:
caoyang
2022-04-02 13:44:05 +08:00
parent b4059adf00
commit ce285c1dfb
8 changed files with 380 additions and 21 deletions
@@ -670,7 +670,13 @@
this.$message.success(this.$t('OperationSuccessful'))
this.visible=false
// this.$emit('closeVisible',false)
eventBUs.$emit('searchReset')
let queryParam={
menu_id:this.menuId,
info_id: this.infoId,
}
eventBUs.$emit('searchQuery', JSON.parse(JSON.stringify(queryParam)))
// eventBUs.$emit('searchReset')
this.$emit('sumber')
}else{
this.$message.warning(this.$t('operationFailed'))