Explorar el Código

任务审核处理

duy hace 2 años
padre
commit
2d4a35859e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/tasks/hc-data.vue

+ 1 - 0
src/views/tasks/hc-data.vue

@@ -156,6 +156,7 @@ const rowTaskName = async (row) => {
             approvalType: row.approvalType,
         })
         if (!error && code === 200) {
+              const approvalFileList = getArrValue(data['approvalFileList'])
              if(approvalFileList[approvalFileList.length-1].fileName===''){
                  approvalFileList.pop()
              }