Lou
2024-03-19 d34c7c19ab062b8e99b7af7e1d44e009c1b9b739
subPackage/workbench/views/audit.vue
@@ -112,7 +112,9 @@
               uni.setNavigationBarTitle({
                  title: "二手交易"
               })
               // 去掉已完成状态
               this.tabList.splice(1, 1);
               this.tabIndex = 1;
            }
         }
@@ -129,10 +131,6 @@
      },
      onShow() {
         if (this.reportType == 5) {
            this.tabList.splice(1, 1);
            this.tabIndex = 1;
         }
         this.resetParams();
         this.getList()
      },