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


Loading…
Cancel
Save