chris 2 жил өмнө
parent
commit
f151dd9192

+ 2 - 1
src/views/modules/common/supplier-component.vue

@@ -73,7 +73,8 @@
           params: this.$http.adornParams({
             'current': this.current,
             'size': this.size,
-            'supplierName': this.name
+            'supplierName': this.name,
+            'supplierState': 1
           })
         }).then(({data}) => {
           if (data && data.code === '200') {