Merge pull request 'fix : 修改需求上报页面细节' (#296) from dj into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/296
This commit is contained in:
@@ -510,11 +510,11 @@ const getDetailInfo = async () => {
|
|||||||
type: res.code === 1000 ? 'success' : 'error'
|
type: res.code === 1000 ? 'success' : 'error'
|
||||||
})
|
})
|
||||||
if (res.code === 1000) {
|
if (res.code === 1000) {
|
||||||
if(res.data.formData.specialFund===null&&res.data.formData.isSpecialFund===null){
|
// if(res.data.formData.specialFund===null&&res.data.formData.isSpecialFund===null){
|
||||||
res.data.formData.isSpecialFund=false
|
// res.data.formData.isSpecialFund=false
|
||||||
}else if(res.data.formData.specialFund&&res.data.formData.isSpecialFund===null){
|
// }else if(res.data.formData.specialFund&&res.data.formData.isSpecialFund===null){
|
||||||
res.data.formData.isSpecialFund=true
|
// res.data.formData.isSpecialFund=true
|
||||||
}
|
// }
|
||||||
formData.value = res.data.formData
|
formData.value = res.data.formData
|
||||||
loading.value = false
|
loading.value = false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user