小小儁爺
2025-12-31 64c9f7264079eee61b267c01fd23de0764fe48c4
pages/scgl/scbg2.vue
@@ -535,6 +535,7 @@
         },
         userCheckboxChange(val) {
            this.userCheckBoxValue = val.join(',')
            this.operSheetValue = this.userCheckBoxValue
         },
         //获取开工信息
@@ -737,7 +738,8 @@
               if (this.fromType === '1') {
                  let pages = getCurrentPages(); // 页面集合
                  let beforePage = pages[pages.length - 2]; //上一个页面
                  beforePage.$vm.getProductionScheduleKanban()
                  // beforePage.$vm.getProductionScheduleKanban()
                  beforePage.$vm.getProductOrderSearch()
                  uni.navigateBack()
               }