Commit 0b1c160e authored by 华国豪's avatar 华国豪 🙄

no message

parent 2655bf32
......@@ -148,11 +148,23 @@ export default {
})
},
getList() {
if(this.msg.OrderId ==""){
this.msg.OrderId = 0
}
if(this.msg.TCID ==""){
this.msg.TCID = 0
}
this.apipost('sellorder_get_GetOrderGuestPhotoList', this.msg, res => {
if (res.data.resultCode == 1) {
this.dataList = res.data.data.pageData
this.total = res.data.data.count
}
if(this.msg.OrderId ==0){
this.msg.OrderId = ''
}
if(this.msg.TCID ==0){
this.msg.TCID = ''
}
},null)
},
timeAdd(t) {
......
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