Browse Source

初始化不查询数据

java8
赵宏斌 3 months ago
parent
commit
c918e4b20e
  1. 8
      src/views/modules/reportWorkOrder/reportCheckOrder.vue

8
src/views/modules/reportWorkOrder/reportCheckOrder.vue

@ -1304,10 +1304,10 @@
this.getTableUserColumn(this.$route.meta.menuId+'table1',1)
this.getTableUserColumn(this.$route.meta.menuId+'table2',2)
this.getTableUserColumn(this.$route.meta.menuId+'table3',3)
if (!this.authSearch) {
//
this.getDataList()
}
// if (!this.authSearch) {
// //
// this.getDataList()
// }
//
this.getUserRoleList()
},

Loading…
Cancel
Save