时间表优化

ds1.0
fanluyan 2 years ago
parent 1f1fe3f3ba
commit 84c0fff6e0

@ -140,11 +140,11 @@ export default {
}, },
], ],
}, },
{ // {
icon: "el-icon-setting", // icon: "el-icon-setting",
index: "/itOperation", // index: "/itOperation",
title: "运维管理", // title: "",
}, // },
], ],
items1: [ items1: [
{ {

@ -285,6 +285,7 @@ export default {
//console.log(this.termidArr); //console.log(this.termidArr);
this.sureSum(); this.sureSum();
this.showtag = true; this.showtag = true;
this.sureloading = true;
}, },
// //
sureSum() { sureSum() {
@ -526,6 +527,10 @@ export default {
display() { display() {
this.isShow = true; this.isShow = true;
}, },
clearfn() {
clearTimeout(this.timer);
this.timer = null;
},
handleclose() { handleclose() {
this.isShow = false; this.isShow = false;
this.newzzList = []; this.newzzList = [];

Loading…
Cancel
Save