Merge branch 'xy-ly' of gitee.com:xinyingpower/xy-visual-intelligentfe into xy-ly

master
fanluyan 2 years ago
commit ed21fdcedd

@ -64,7 +64,7 @@ export default {
isShow: false,
infornr: {}, //
timer: null,
requestId:'',//ID
queryTime:'',//ID
cmdid:''
};
},
@ -77,7 +77,7 @@ export default {
termId: val,
})
.then((res) => {
this.requestId = res.data.requestId
this.queryTime = res.data.queryTime
this.getNewListData(val);
this.timer = window.setInterval(() => {
this.getNewListData(val);
@ -88,7 +88,7 @@ export default {
//
getNewListData(val) {
getNewDeviceList({
requestId: this.requestId,
queryTime: this.queryTime,
termId: val,
})
.then((res) => {

Loading…
Cancel
Save