diff --git a/src/views/inm/inmScrap.vue b/src/views/inm/inmScrap.vue index 1c14032d..3faff3aa 100644 --- a/src/views/inm/inmScrap.vue +++ b/src/views/inm/inmScrap.vue @@ -110,7 +110,7 @@ export default { wmState, apiObj: null, params: { - state : 50, + state : 10, state_all: 1 }, dialog: { @@ -128,7 +128,7 @@ export default { let that = this; that.route_code = that.$route.path.split("/")[2]; if(that.route_code=='scrap'){ - that.params.material__type__in = 30; + that.params.material__type = 30; } that.apiObj = that.$API.wpm.wmaterial.list; that.$API.mtm.mgroup.list.req({ page: 0}).then((res) => {