فهرست منبع

工艺管理:物料查询改为组件

chris 1 سال پیش
والد
کامیت
bf0c536c53
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/modules/common/craft-product-component.vue

+ 2 - 2
src/views/modules/common/craft-product-component.vue

@@ -45,7 +45,7 @@
       return {
         value: '',
         current: 1,
-        size: 10,
+        size: 50,
         name: '',
         options: [],
         loading: false,
@@ -77,7 +77,7 @@
           params: this.$http.adornParams({
             'current': this.current,
             'size': this.size,
-            'productName': this.name
+            'mapNumber': this.name
           })
         }).then(({data}) => {
           if (data && data.code === '200') {