#
whycq
2023-11-23 d3009fb2a181b7c78ed24e27b5d450a7ad1fa386
pages/business/plan/addPlan2.vue
@@ -420,14 +420,11 @@
                  that.baseFormData.orderId = element.id
               }
            }
            // for (element of that.userList) {
            //    if(element.value == that.baseFormData.userId) {
            //       that.baseFormData.userId = element.id
            //    }
            // }
            for(var i = 1;i <= that.selList.length; i++) {
            for(let i = 0; i < that.selList.length;i++) {
               if (that.selList[i] == that.baseFormData.select_3) {
                  that.baseFormData.select_3 = 'value' + i
                  let index =  i + 1
                  console.log(index);
                  that.baseFormData.select_3 = 'value' + index
               }
            }
            that.baseFormData.planType = 5