@ -307,7 +307,7 @@
taskName: taskName.value,
projectId: pjid.value,
});
if (contract.realList != null && contract.realList.length > 0) {
if (contract.planList != null && contract.planList.length > 0) {
showMoneyForm.value = true;
setContractMoneyProps({ disabled: resButton.isEdit == true ? false : true });
}