@@ -186,7 +186,9 @@ export default {
this.getList2(params,1)
}else if(this.action.type == 2){
let params = {
- ...this.queryParams,
+ // ...this.queryParams,
+ size:1,
+ current:1,
searchQuery:`product_id=${this.action.id}`,//检索条件
}
this.getList2(params,2)