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;
       let pos = 0;
       this.spanArr = [];
       this.spanArr = [];
       this.form.resultList.forEach((item, index) => {
       this.form.resultList.forEach((item, index) => {
+        item.guaranteePeriodUnitCode=Number(item.guaranteePeriodUnitCode)
+        // console.log(item.guaranteePeriodUnitCode,'item.guaranteePeriodUnitCode')
         if (index === 0) {
         if (index === 0) {
           let obj = {}
           let obj = {}
           this.columns.forEach(col => {
           this.columns.forEach(col => {