From 6e84763437df97e194f8c833feca8bdcb90e7103 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期一, 28 八月 2023 14:48: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