Browse Source

默认查询当天的工单

java8
赵宏斌 1 month ago
parent
commit
16a1790b11
  1. 10
      src/views/modules/reportWorkOrder/reportCheckOrder.vue

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

@ -491,7 +491,7 @@
buDesc: '',
functionType: 'A',
status: '',
startDate: '',
startDate: new Date(),
planDate: new Date(),
endDate: '',
page: 1,
@ -1358,10 +1358,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