瀏覽代碼

Fix:104

chris 2 年之前
父節點
當前提交
f151dd9192
共有 1 個文件被更改,包括 2 次插入1 次删除
  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') {