fix : 修改专项资金
This commit is contained in:
@@ -510,6 +510,11 @@ const getDetailInfo = async () => {
|
||||
type: res.code === 1000 ? 'success' : 'error'
|
||||
})
|
||||
if (res.code === 1000) {
|
||||
if(res.data.formData.specialFund===null&&res.data.formData.isSpecialFund===null){
|
||||
res.data.formData.isSpecialFund=false
|
||||
}else if(res.data.formData.specialFund&&res.data.formData.isSpecialFund===null){
|
||||
res.data.formData.isSpecialFund=true
|
||||
}
|
||||
formData.value = res.data.formData
|
||||
loading.value = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user