优化 下单页面回显问题

This commit is contained in:
袁锋 2025-12-08 10:26:01 +08:00
parent 6290c1c10a
commit c3d17c4d11
1 changed files with 5 additions and 0 deletions

View File

@ -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) {