|
|
@@ -423,7 +423,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
privilegeFn(init) {
|
|
|
- // console.log(111);
|
|
|
this.list2 = init;
|
|
|
this.show4 = true;
|
|
|
this.$http
|
|
|
@@ -436,7 +435,6 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
privilegeFn2(init) {
|
|
|
- // console.log(222);
|
|
|
// this.list2 = init;
|
|
|
// this.show4 = true;
|
|
|
if (init.once && init.opened == false) {
|
|
|
@@ -474,7 +472,7 @@ export default {
|
|
|
})
|
|
|
.then(res => {
|
|
|
this.tableData = res;
|
|
|
- console.log(this.tableData);
|
|
|
+ // console.log(this.tableData);
|
|
|
});
|
|
|
},
|
|
|
getDetail() {
|