|
@@ -219,7 +219,7 @@ const getTaskDatail=async()=>{
|
|
|
taskDetail.value=getObjValue(data)
|
|
|
tableData.value=data['planTaskInfoList']
|
|
|
taskBasicsInfo.value=data['basicsInfo']
|
|
|
- otherInfo.value=data['otherInfo']
|
|
|
+ otherInfo.value=data['otherInfo']||{}
|
|
|
let isFinancialPersonnel=data['basicsInfo'].isFinancialPersonnel
|
|
|
if(isFinancialPersonnel==1){//1 是财务审核
|
|
|
authType.value=true
|