From 87f7f7a7588e926c6535eea2910ae98ca4101994 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 29 八月 2023 18:52:49 +0800 Subject: [PATCH] 采购 添加 列表编辑 子段补充,联调 --- src/views/other/commonDialog/SelectCommonDialog.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/other/commonDialog/SelectCommonDialog.vue b/src/views/other/commonDialog/SelectCommonDialog.vue index f5597b4..63c0a0d 100644 --- a/src/views/other/commonDialog/SelectCommonDialog.vue +++ b/src/views/other/commonDialog/SelectCommonDialog.vue @@ -39,7 +39,7 @@ </template> <script> -import { getProductList } from "@/api/productManage/product" +import { getProductListFromGrpc } from "@/api/productManage/product" export default { name: "EditSelCommonDialog", props: { @@ -105,7 +105,7 @@ }, // 浜у搧鍚嶇О async getProductList() { - await getProductList({ + await getProductListFromGrpc({ page: 1, pageSize: 100 }).then((res) => { -- Gitblit v1.8.0