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) => {