修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-02 17:34:39 +08:00
parent a0ca2ef27d
commit 965773331d
@@ -1298,7 +1298,7 @@
this.$confirm({
content: _this.$t('ConfirmBatchDeletion'),
onOk() {
this.textLoading = true
_this.textLoading = true
axios({
url: '/jero-boot/params/collectManifest/deleteBatch',
method: 'post',
@@ -1321,14 +1321,14 @@
_this.selectedRowKeys = []
_this.$refs.CollectionTabel.getData()
_this.$refs.CollectionTabel.getTableList()
this.textLoading = false
_this.textLoading = false
} else {
this.textLoading = false
_this.textLoading = false
_this.$message.warning(_this.$t('operationFailed'))
}
})
.catch((error) => {
this.textLoading = false
_this.textLoading = false
})
}
})