Merge branch 'v2' of https://e.coding.net/ctcdevteam/ehs/ehs_web into v2
This commit is contained in:
commit
740c73ec1f
|
@ -123,9 +123,8 @@ export default {
|
||||||
},
|
},
|
||||||
apiMtask: this.$API.pm.mtask.list,
|
apiMtask: this.$API.pm.mtask.list,
|
||||||
apiOrderItem: this.$API.sam.orderitem.list,
|
apiOrderItem: this.$API.sam.orderitem.list,
|
||||||
paramsOrderItem: { mtask__isnull: true },
|
paramsOrderItem: { utask__isnull: true },
|
||||||
paramsMtask2: { parent__isnull: true, mgroup__belong_dept__name: '6车间', material_out__is_hidden: false },
|
paramsMtask: { parent__isnull: true, mgroup__belong_dept__name: '6车间', material_out__is_hidden: false },
|
||||||
paramsMtask: { mgroup__belong_dept__name: '6车间'},
|
|
||||||
query: {
|
query: {
|
||||||
page: 1,
|
page: 1,
|
||||||
page_size: 20,
|
page_size: 20,
|
||||||
|
|
Loading…
Reference in New Issue