lin
2024-03-19 ca5e9ac59486ab92531eda1c933beaf659d26398
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()
      },