Explorar el Código

tijiaoxiugai

dev
douzhuo hace 2 años
padre
commit
e6fe15597b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      pages/center/prohibited/index.vue

+ 2
- 1
pages/center/prohibited/index.vue Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar