yusheng 1 년 전
부모
커밋
c6b3b5f621
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/bpm/handleTask/components/inquiryManage/inquiryTable.vue

+ 2 - 0
src/views/bpm/handleTask/components/inquiryManage/inquiryTable.vue

@@ -637,6 +637,8 @@ export default {
       let pos = 0;
       this.spanArr = [];
       this.form.resultList.forEach((item, index) => {
+        item.guaranteePeriodUnitCode=Number(item.guaranteePeriodUnitCode)
+        // console.log(item.guaranteePeriodUnitCode,'item.guaranteePeriodUnitCode')
         if (index === 0) {
           let obj = {}
           this.columns.forEach(col => {