| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { getProductListFromGrpc } from "@/api/productManage/product" |
| | | import { getProductListFromGrpc,getProductList } from "@/api/productManage/product" |
| | | export default { |
| | | name: "EditSelCommonDialog", |
| | | props: { |
| | |
| | | tableInfomation: [] |
| | | } |
| | | } |
| | | }, |
| | | sign:{ |
| | | type:String, |
| | | default:'' |
| | | } |
| | | }, |
| | | components: {}, |
| | |
| | | }, |
| | | // 产品名称 |
| | | async getProductList() { |
| | | await getProductListFromGrpc({ |
| | | |
| | | let fn = this.sign == "purchase" ? getProductList : getProductListFromGrpc; |
| | | await fn({ |
| | | page: 1, |
| | | pageSize: 100 |
| | | }).then((res) => { |