fex: 修复dc列表不能删除dc的bug

This commit is contained in:
陈劲松
2020-02-25 12:13:24 +08:00
parent d428be2cd1
commit 5fd17fca27

View File

@@ -242,7 +242,7 @@
cancelButtonText: this.$t("tip.no"),
type: 'warning'
}).then(() => {
this.$delete("idc/ids=" + u.id).then(response => {
this.$delete("idc?ids=" + u.id).then(response => {
if (response.code === 200) {
this.$message({duration: 1000, type: 'success', message: this.$t("tip.deleteSuccess")});
this.getTableData();