@@ -213,7 +213,7 @@ export default {
}
},
mounted () {
- if (!this.$store.state.app.isNewTab || this.outBizSn) { // 页签刷新 或 为弹框时调用
+ if (!this.$store.state.app.isNewTab || this.outBizSubSn) { // 页签刷新 或 为弹框时调用
this.$refs.table.refresh(true)
this.getDetail()