Lou
2023-11-11 e8e7e4e8f9891199009686df6f2a810cd932573b
subPackage/workbench/views/audit.vue
@@ -54,7 +54,17 @@
         }
      },
      onLoad() {
      onLoad(option) {
         if(option.type == 1){
            uni.setNavigationBarTitle({
               title:"一次性"
            })
         }
         if(option.type == 2){
            uni.setNavigationBarTitle({
               title:"周期性"
            })
         }
         this.getList()
      },
      onReachBottom() {