|
|
@@ -658,7 +658,7 @@ const getDetail = async () => {
|
|
|
};
|
|
|
dynamicValidateForm.executeStyle = data?.prescription?.pesticideFertilizerList[0]?.executeStyle;
|
|
|
servicePricePerMu.value = detailData.value.serviceMuPrice || null;
|
|
|
- if (isDoingComplete.value && !isDefault.value) {
|
|
|
+ if (!isDefault.value) {
|
|
|
data?.prescription?.pesticideFertilizerList.forEach(item => {
|
|
|
item.placeholderRatio = item.ratio || '';
|
|
|
item.placeholderDosage = item.dosage || '';
|