BUG 30981
This commit is contained in:
		@@ -135,11 +135,11 @@ export default {
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
    getDetail(id) {
 | 
			
		||||
      this.instance.post(`/app/approval-process-def/info-id`, null, {params: {id}}).then(res => {
 | 
			
		||||
      id ? this.instance.post(`/app/approval-process-def/info-id`, null, {params: {id}}).then(res => {
 | 
			
		||||
        if (res?.data) {
 | 
			
		||||
          this.detailObj = res.data
 | 
			
		||||
        }
 | 
			
		||||
      }).finally(() => this.loaded = true)
 | 
			
		||||
      }).finally(() => this.loaded = true) : this.loaded = true
 | 
			
		||||
    },
 | 
			
		||||
    getStepIcon(rowIndex) {
 | 
			
		||||
      if (rowIndex < this.activeStep) return "iconfont iconSteps_Finished"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user