Commit 880b7402 authored by Marcus's avatar Marcus

商品名下拉显示待确定

parent acd263ed
......@@ -84,7 +84,8 @@ export default {
},
remoteMethod(keyword){
let params = {
pageSize: keyword ? 100000 : 10
pageSize: keyword ? 100000 : 10,
filter: false
}
if(this.productType){
params.typeId = this.productType
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment