douzhuo 2 anni fa
parent
commit
e6fe15597b
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      pages/center/prohibited/index.vue

+ 2
- 1
pages/center/prohibited/index.vue Vedi 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;


Caricamento…
Annulla
Salva