|
@@ -256,9 +256,11 @@ export default {
|
|
|
//调用查询全部的
|
|
|
this.getChannel();
|
|
|
this.$message.success(res.msg);
|
|
|
+ this.dialogVisible = false;
|
|
|
// this.channelList = res.data;
|
|
|
} else {
|
|
|
this.$message.error(res.msg);
|
|
|
+ // this.dialogVisible = false;
|
|
|
}
|
|
|
});
|
|
|
|
|
@@ -277,6 +279,7 @@ export default {
|
|
|
//调用查询全部的
|
|
|
this.getChannel();
|
|
|
this.$message.success(res.msg);
|
|
|
+ this.dialogVisible = false;
|
|
|
// this.channelList = res.data;
|
|
|
} else {
|
|
|
this.$message.error(res.msg);
|