Commit 89c9e65d authored by 李硕's avatar 李硕

按条件搜索中奖名单和导入物流信息,信息完善修改

parent c5a8ab02
......@@ -58,11 +58,6 @@ Component({
{ title: '物流公司', prop: 'shipCompany' },
{ title: '物流单号', prop: 'shipNum' }
],
// pageInfo: {
// pageNo: 1,
// pageSize: 100,
// total: 0
// },
//《条件搜索》start显示中奖名单搜索条件
list: [],
prizeId: "",
......@@ -77,13 +72,11 @@ Component({
pageNo: 1,
pageSize: 1,
total: 0,
type: ""
//end
},
props: {
onClose: () => { },
list: [],
selectedItem: {},
},
didMount() { },
......@@ -100,11 +93,15 @@ Component({
endT: "",
timeRange: [],
shipStatus: "",
prizeType: ""
prizeType: "",
pageNo: 1,
pageSize: 1,
total: 0,
})
},
//end
onCloseDialog() {
this.initData();
this.props.onClose && this.props.onClose();
},
async getWinnerList() {
......
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