代码调整

This commit is contained in:
fan 2022-10-14 16:07:27 +08:00
parent 8f8a9461af
commit 908da1f4a9

View File

@ -123,7 +123,7 @@ export default {
type: 'warning'
}).then(() => {
deleteMapSystem(row.id).then(resp => {
this.reload();
this.reloadTable();
}).catch(error => {
this.$message.error(`删除子系统: ${error.message}`);
});