| subPackage/workbench/views/audit.vue | ●●●●● patch | view | raw | blame | history |
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() },