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