|
@@ -254,6 +254,7 @@ export default {
|
|
userId: this.userInfo().id,
|
|
userId: this.userInfo().id,
|
|
pageNo: this.ipagination.current,
|
|
pageNo: this.ipagination.current,
|
|
productName: this.keyValue,
|
|
productName: this.keyValue,
|
|
|
|
+ pageSize: this.ipagination.pageSize,
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
if (res.code == 0) {
|
|
if (res.code == 0) {
|
|
let defaultList = res.result.records.map((item, index) => {
|
|
let defaultList = res.result.records.map((item, index) => {
|