mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-27 15:37:50 +08:00
增加拉流代理删除确认功能。
This commit is contained in:
parent
c38aa291dd
commit
fc81854830
@ -241,6 +241,11 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
deleteStreamProxy: function(row){
|
deleteStreamProxy: function(row){
|
||||||
|
this.$confirm('确认删除此路数据?', '提示', {
|
||||||
|
confirmButtonText: '确定',
|
||||||
|
cancelButtonText: '取消',
|
||||||
|
type: 'warning'
|
||||||
|
}).then(() => {
|
||||||
let that = this;
|
let that = this;
|
||||||
this.getListLoading = true;
|
this.getListLoading = true;
|
||||||
that.$axios({
|
that.$axios({
|
||||||
@ -257,6 +262,8 @@
|
|||||||
console.log(error);
|
console.log(error);
|
||||||
that.getListLoading = false;
|
that.getListLoading = false;
|
||||||
});
|
});
|
||||||
|
}).catch(() => {
|
||||||
|
});
|
||||||
},
|
},
|
||||||
start: function(row){
|
start: function(row){
|
||||||
let that = this;
|
let that = this;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user