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