Browse Source

tijiaoxiugai

dev
douzhuo 2 years ago
parent
commit
e6fe15597b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      pages/center/prohibited/index.vue

+ 2
- 1
pages/center/prohibited/index.vue View File

@@ -147,7 +147,7 @@
activeTotal2: 0,
timeshow: false,
soltishow: false,
orderBy: '',
orderBy: null,
userInfo: {},
totalRecords: '',
isRefresh: false,
@@ -217,6 +217,7 @@
taptimeisshow() {
this.timeshow = true;
},
//选择标签
selectCallback2(e) {
this.orderBy = e[0].value;


Loading…
Cancel
Save