#
whycq
2023-11-22 6bb872ab1a0484a64668bebebfce0bd67f5502b6
pages/business/plan/addPlan.vue
@@ -416,14 +416,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_2) {
                  that.baseFormData.select_2 = 'value' + i
                  let index =  i + 1
                  console.log(index);
                  that.baseFormData.select_2 = 'value' + index
               }
            }
            that.baseFormData.planType = 4