From 5bcbd90662d19331a4dde9047d2aa52e8ab5666c Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 30 八月 2023 10:55:32 +0800 Subject: [PATCH] bug修复(4825 4830) --- 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