diff --git a/src/views/modules/test/testSoRouting/testRoutingTable.vue b/src/views/modules/test/testSoRouting/testRoutingTable.vue index 7448b6d..8f207dd 100644 --- a/src/views/modules/test/testSoRouting/testRoutingTable.vue +++ b/src/views/modules/test/testSoRouting/testRoutingTable.vue @@ -39,11 +39,13 @@ export default { data(){ return{ searchData: { + site: this.$store.state.user.site, workCenterNo: undefined, // 加工中心编码查询条件 workCenterDesc: undefined, // 加工中心名称查询条件 workCenterType: undefined, // 加工中心类型查询条件 }, workCenter:{ + site: this.$store.state.user.site, workCenterNo:undefined, workCenterDesc:undefined, workCenterType:undefined,