Merge pull request 'fix(project-demand): 修复专项经费选择框逻辑' (#1011) from master into prod
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/1011
This commit is contained in:
@@ -729,10 +729,10 @@ const handleSubmit = debounce(async (instance) => {
|
||||
if (formData.value.singleFile !== undefined) {
|
||||
formData.value.singleFile = getFileParam(formData.value.singleFile)
|
||||
}
|
||||
if (formData.value.isSpecialFund && !formData.value.specialFund) {
|
||||
if (formData.value.isSpecialFund) {
|
||||
formData.value.specialFund = getFundName(formData.value.specialFundId)
|
||||
}else{
|
||||
formData.value.specialFundId=0
|
||||
formData.value.specialFundId = 0
|
||||
formData.value.specialFund=null
|
||||
}
|
||||
if (formData.value.masterProjectId) {
|
||||
@@ -792,10 +792,10 @@ const handleResubmit = debounce((instance) => {
|
||||
})
|
||||
}
|
||||
formData.value.optionalChargeLeadership = optionalChargeLeadershipList.value
|
||||
if (formData.value.isSpecialFund && !formData.value.specialFund) {
|
||||
if (formData.value.isSpecialFund) {
|
||||
formData.value.specialFund = getFundName(formData.value.specialFundId)
|
||||
}else{
|
||||
formData.value.specialFundId=0
|
||||
formData.value.specialFundId = 0
|
||||
formData.value.specialFund=null
|
||||
}
|
||||
if (formData.value.masterProjectId) {
|
||||
|
||||
Reference in New Issue
Block a user