|
@ -335,7 +335,7 @@ export default { |
|
|
label: "详情", |
|
|
label: "详情", |
|
|
name: 'xq' |
|
|
name: 'xq' |
|
|
}] |
|
|
}] |
|
|
if(this.propsData.masterInfo && this.propsData.masterInfo.length > 0){ |
|
|
if(this.propsData.masterInfo){ |
|
|
this.initDropdownTabsData.push({ |
|
|
this.initDropdownTabsData.push({ |
|
|
label: "主表信息", |
|
|
label: "主表信息", |
|
|
name: 'masterInfo' |
|
|
name: 'masterInfo' |
|
@ -401,7 +401,7 @@ export default { |
|
|
MaxResultCount: 20, |
|
|
MaxResultCount: 20, |
|
|
}, |
|
|
}, |
|
|
totalCountForDetail:0, |
|
|
totalCountForDetail:0, |
|
|
//明细-查看主表的连接id |
|
|
//当前路由的配置 |
|
|
URLOption:allUrlOption[this.$route.name], |
|
|
URLOption:allUrlOption[this.$route.name], |
|
|
//明细-查看主表的连接id |
|
|
//明细-查看主表的连接id |
|
|
URLOption_masterId:allUrlOption[this.$route.name].masterId || allUrlOption.defalutMasterId || 'masterId', |
|
|
URLOption_masterId:allUrlOption[this.$route.name].masterId || allUrlOption.defalutMasterId || 'masterId', |
|
|