master
fanluyan 2 years ago
parent 6eac83eb9a
commit e4a9d9df52

@ -220,7 +220,8 @@ export default {
getqueryCmdsApi({ qt: "his", p: 1, ps: 200 })
.then((res) => {
console.log(res);
this.endCommand = res.data;
// this.endCommand = res.data;
this.endCommand = res.data.filter((item) => item.status == "1");
this.selectRightChanged(this.operateR);
// this.leftComLoading = false;
this.updateTime = new Date().toLocaleString();

Loading…
Cancel
Save