yangan
2024-09-03 df14d215c569aadd4515a6033d09739bbb8eff64
pages/public-page/forward/forward.vue
@@ -251,7 +251,7 @@
      onShow() {
         this.init();
         this.getBuild();
         this.getOrderPlan();
         // this.getOrderPlan();
         if (this.roleType == 2) {
            this.list1.splice(1, 1);
            this.tabHuoDai = false;
@@ -497,6 +497,7 @@
               //    this.selectPopupShow = true;
               // }
               // } else {
               console.log(this.jhOrderPlanForwardList,item,'jhOrderPlanForwardList')
               let isableAdd = this.jhOrderPlanForwardList.filter(v => item.name === v.name);
               if (isableAdd.length > 0) {
                  this.$u.toast('存在重复添加');