chris 2 vuotta sitten
vanhempi
commit
f151dd9192
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/views/modules/common/supplier-component.vue

+ 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') {