@@ -3544,7 +3544,13 @@
},100)
},
this,
+ false,
() => {
+ this.$message({
+ showClose: true,
+ message:data.msg,
+ type: 'warning'
+ });
this.getLightList(this.currentPage);
this.loading['lampcontrolUpdate'+type] = false;
}