From d548850b4835050ef2d28d801286b3b43bd40f8e Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 29 八月 2023 17:26:53 +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