diff --git a/src/views/wpm_bx/inm.vue b/src/views/wpm_bx/inm.vue
index f169e17a..318a0535 100644
--- a/src/views/wpm_bx/inm.vue
+++ b/src/views/wpm_bx/inm.vue
@@ -173,7 +173,7 @@
关联产品
-
+
@@ -279,6 +279,7 @@ export default {
material: "",
},
wprParams:{
+ page:0,
wm: ""
},
wmMaterial:'',
@@ -389,7 +390,7 @@ export default {
that.wprParams.wm = row.id;
that.wprVisibleDrawer = true;
this.$API.wpm.wpr.list.req(that.wprParams).then((res) => {
- that.wprList = res.results;
+ that.wprList = res;
})
},
//本地更新数据