src/views/purchaseManage/purchase/components/SelectSupplierDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/purchaseManage/purchase/components/SelectSupplierDialog.vue
@@ -123,11 +123,11 @@ this.editConfig.editVisible = false }, // 请求数据 async getData(val, content) { async getData(val) { this.loading = true await getSupplierList({ [val]: content, keyword: val, status:1, page: this.pagerOptions.currPage, pageSize: this.pagerOptions.pageSize @@ -162,8 +162,8 @@ this.$emit("selClient", row) }, // 搜索 searchClick(val, content) { this.getData(val.value, content) searchClick(val) { this.getData(val) }, resetClick() { this.getData()