From d897e9aac7689926551ae413a22430540f765846 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期二, 21 十一月 2023 20:06:15 +0800
Subject: [PATCH] 供应商信息修改

---
 src/views/supplierManage/supplier/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/supplierManage/supplier/index.vue b/src/views/supplierManage/supplier/index.vue
index 43ed6f4..9deb6a0 100644
--- a/src/views/supplierManage/supplier/index.vue
+++ b/src/views/supplierManage/supplier/index.vue
@@ -277,7 +277,8 @@
       await getSupplierList({
         name: this.searchSupplierName,
         page: this.pagerOptions.currPage,
-        pageSize: this.pagerOptions.pageSize
+        pageSize: this.pagerOptions.pageSize,
+        status:1,
       }).then((res) => {
         console.log(res)
         if (res.code === 200) {
@@ -348,7 +349,7 @@
     addBtnClick() {
       this.editConfig.visible = true
       this.editConfig.title = "鏂板缓"
-      this.editConfig.infomation = { fileId: 0 }
+      this.editConfig.infomation = { fileId: 0,responsiblePersonName:'admin'}
     },
     // 鍚敤渚涘簲鍟�
     async enableClick(row, value) {

--
Gitblit v1.8.0