Merge branch 'master' into xbx
This commit is contained in:
@@ -301,6 +301,7 @@ export default {
|
||||
} else {
|
||||
this.tagcontent = '';
|
||||
this.show = false;
|
||||
res.data.state = false;
|
||||
this.fileListes.push(res.data);
|
||||
// this.$refs.uToast.show({
|
||||
// title: res.message,
|
||||
@@ -341,7 +342,6 @@ export default {
|
||||
title: "提示",
|
||||
content: "是否删除此标签?",
|
||||
success: (res) => {
|
||||
console.log();
|
||||
if (res.confirm) {
|
||||
this.delTable(id,index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user