|
@@ -156,6 +156,7 @@ export default {
|
|
|
},
|
|
|
mounted () {
|
|
|
if (!this.$store.state.app.isNewTab || this.outBizSn) { // 页签刷新 或 为弹框时调用
|
|
|
+ this.printCostChecked = true
|
|
|
this.$refs.table.refresh(true)
|
|
|
this.getDetail()
|
|
|
this.getDetailCount()
|
|
@@ -164,6 +165,7 @@ export default {
|
|
|
activated () {
|
|
|
// 如果是新页签打开或者进入新的子页(例:存在列表第2条数据编辑页页签时再打开第4条数据的编辑页),则重置当前页面
|
|
|
if (this.$store.state.app.isNewTab || !this.$store.state.app.isNewSubTab) {
|
|
|
+ this.printCostChecked = true
|
|
|
this.$refs.table.refresh(true)
|
|
|
this.getDetail()
|
|
|
this.getDetailCount()
|