|
|
@ -720,8 +720,8 @@ |
|
|
|
//延期申请理由 |
|
|
|
//延期申请理由 |
|
|
|
let extRegReasonLen = res.data.data.extRegReason.length; |
|
|
|
let extRegReasonLen = res.data.data.extRegReason.length; |
|
|
|
let extRegReasonLenRows = Math.ceil(extRegReasonLen / charactersPerRow); |
|
|
|
let extRegReasonLenRows = Math.ceil(extRegReasonLen / charactersPerRow); |
|
|
|
this.tab1_option.column[20].maxRows = extRegReasonLenRows+1; |
|
|
|
this.tab1_option.column[20].maxRows = extRegReasonLenRows; |
|
|
|
// |
|
|
|
//变更申请理由 |
|
|
|
let changeReasonLen = res.data.data.changeReason.length; |
|
|
|
let changeReasonLen = res.data.data.changeReason.length; |
|
|
|
let changeReasonLenRows = Math.ceil(changeReasonLen / charactersPerRow); |
|
|
|
let changeReasonLenRows = Math.ceil(changeReasonLen / charactersPerRow); |
|
|
|
this.tab1_option.column[22].maxRows = changeReasonLenRows; |
|
|
|
this.tab1_option.column[22].maxRows = changeReasonLenRows; |
|
|
|