Browse Source

审批管理

duy 2 years ago
parent
commit
2c73169b90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/home/task/task-details.vue

+ 1 - 1
src/views/home/task/task-details.vue

@@ -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