Browse Source

优化处理

master
安虹睿 1 year ago
parent
commit
57e1662e49
  1. 4
      Code/Fe/src/components/filterForDetailPage/index.vue

4
Code/Fe/src/components/filterForDetailPage/index.vue

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

Loading…
Cancel
Save