Commit dd6f7bca by chenyu

update: update

parent 68e7c937
......@@ -172,9 +172,9 @@ import getInputVal from '../utils/common.js';
export default {
props: {
selectListMore: {
type: Array,
type: Object,
default () {
return [];
return {};
},
},
},
......
......@@ -185,7 +185,7 @@ export default {
this.totalPage = res.data.result.totalPage;
if (this.selectLeftList.length) {
for (const item of this.selectLeftList) {
let obj = null;
let obj = '';
obj = this.tableData.find(i => {
return i.integralMallPickUpPointId === item.integralMallPickUpPointId;
});
......
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