优化 下单页面回显问题
This commit is contained in:
parent
6290c1c10a
commit
c3d17c4d11
|
|
@ -915,6 +915,11 @@ onMounted(async () => {
|
|||
formData.value.deliveryAddress = that.addressList[0].address;
|
||||
that.addressId = that.addressList[0].id;
|
||||
}
|
||||
// 处理回显问题
|
||||
if(formData.value.orderFollowerUser){
|
||||
that.editOrderFollowerUsers = `${formData.value.orderFollowerUser}`.split(";")
|
||||
changeSelectUser()
|
||||
}
|
||||
}
|
||||
// 获取订单信息
|
||||
if (queryParams.id) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue