feat:traffic setting 功能修改

This commit is contained in:
wangwenrui
2020-04-30 19:55:41 +08:00
parent 22025ff80d
commit ec91b6fc95
7 changed files with 440 additions and 93 deletions

View File

@@ -308,8 +308,8 @@
configTraffic: function (u) {
let tempDc = JSON.parse(JSON.stringify(u));
this.currentDc = tempDc;
console.log(this.currentDc)
setTimeout(()=>{
this.$refs.trafficBox.show(true, true);
},200)
},