Lou
2024-03-19 d34c7c19ab062b8e99b7af7e1d44e009c1b9b739
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
1 files modified
8 ■■■■■ changed files
subPackage/workbench/views/audit.vue 8 ●●●●● 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()
        },