|
|
@ -92,6 +92,8 @@ |
|
|
|
:append-to-body="false" |
|
|
|
:title="showParentTitle" |
|
|
|
:visible.sync="showParentDialog" |
|
|
|
:close-on-click-modal="true" |
|
|
|
:close-on-press-escape="true" |
|
|
|
:show-close="true" |
|
|
|
> |
|
|
|
<div v-loading="showParentLoading"> |
|
|
@ -267,7 +269,7 @@ methods: { |
|
|
|
}, |
|
|
|
// 查看主表信息 |
|
|
|
showParentHandleForDetail(data){ |
|
|
|
this.showParentTitle = `${data[this.URLOption_masterName]} 主表信息` |
|
|
|
this.showParentTitle = `${data[this.URLOption_masterName] || ''} 主表信息` |
|
|
|
this.showParentDialog = true |
|
|
|
this.showParentLoading = true |
|
|
|
getListDesById(this.URLOption_parent,data[this.URLOption_masterId]) |
|
|
|