#
whycq
2023-11-24 9a3837ce2d128a9f03264f2ce99b8d3584e5520e
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