完善销售订单
This commit is contained in:
@@ -239,6 +239,13 @@ export default {
|
|||||||
req.fetchBySid(row.sid).then((res) => {
|
req.fetchBySid(row.sid).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.formobj = res.data
|
this.formobj = res.data
|
||||||
|
if (this.formobj.files.length > 0) {
|
||||||
|
const aa = []
|
||||||
|
this.formobj.files.forEach((e) => {
|
||||||
|
aa.push(e.url)
|
||||||
|
})
|
||||||
|
this.formobj.files = aa
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user