优化 下单编辑回显问题

This commit is contained in:
袁锋 2025-12-08 10:24:40 +08:00
parent 698ee9b14e
commit 6290c1c10a
1 changed files with 5 additions and 5 deletions

View File

@ -915,11 +915,6 @@ 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) {
@ -932,6 +927,11 @@ onMounted(async () => {
...formData.value,
id: queryParams.id
}
//
if(formData.value.orderFollowerUser){
that.editOrderFollowerUsers = `${formData.value.orderFollowerUser}`.split(";")
changeSelectUser()
}
if (copyData) { //
formData.value.contractCode = null;
formData.value.bizdate = null;