Lou
2024-03-06 0dbd43d189170cea31360342c76b9580f429765f
subPackage/workbench/views/audit.vue
@@ -96,17 +96,28 @@
         console.log(option);
         if (option.reportType) {
            this.reportType = option.reportType;
            uni.setNavigationBarTitle({
               title: "取保候审"
            })
            if (option.reportType == 1) {
               uni.setNavigationBarTitle({
                  title: "取保候审"
               })
            } else if (option.reportType == 2) {
               uni.setNavigationBarTitle({
                  title: "消防自查"
               })
            } else if (option.reportType == 3) {
               uni.setNavigationBarTitle({
                  title: "二手交易"
               })
            }
         }
         if (option.from == "index") {
            uni.setNavigationBarTitle({
               title: "场所任务"
            })
         }
         if (option.from == "task") {
            this.tabIndex = 1;
            this.tabIndex = 2;
            this.currentStatus = 1;
         }
         if (option.code) {