|
|
@ -61,6 +61,7 @@ |
|
|
|
v-if="showPublicDetail" |
|
|
|
:showPublicDetail="showPublicDetail" |
|
|
|
:versionNr="versionNr" |
|
|
|
@closeDialog="closePublicDetailDialog" |
|
|
|
/> |
|
|
|
</el-dialog> |
|
|
|
</template> |
|
|
@ -120,21 +121,16 @@ |
|
|
|
}); |
|
|
|
}, |
|
|
|
lookDetailHandler(versionNr) { |
|
|
|
console.log('%cpublic.vue line:123 this.showPublicDetail 1', 'color: #007acc;', this.showPublicDetail); |
|
|
|
this.showPublicDetail = true |
|
|
|
console.log('%cpublic.vue line:123 this.showPublicDetail 2', 'color: #007acc;', this.showPublicDetail); |
|
|
|
this.versionNr = versionNr |
|
|
|
// planOrderQuery({ |
|
|
|
// versionnr: versionNr, |
|
|
|
// pageNumber: 1, |
|
|
|
// pageSize: 50 |
|
|
|
// }).then(({ data = [] }) => { |
|
|
|
// this.loading = false |
|
|
|
// this.detailData = data |
|
|
|
// this.showPublicDetail = true |
|
|
|
|
|
|
|
// }).catch((e) => { |
|
|
|
// this.$message({ type: "error", message: "重新发布信息失败" }); |
|
|
|
// this.loading = false |
|
|
|
// }); |
|
|
|
|
|
|
|
}, |
|
|
|
closePublicDetailDialog(){ |
|
|
|
console.log('%cpublic.vue line:123 closePublicDetailDialog this.showPublicDetail 1', 'color: #007acc;', this.showPublicDetail); |
|
|
|
this.showPublicDetail = false |
|
|
|
console.log('%cpublic.vue line:123 closePublicDetailDialog this.showPublicDetail 2', 'color: #007acc;', this.showPublicDetail); |
|
|
|
}, |
|
|
|
publishIdentify() { |
|
|
|
this.loading = true |
|
|
|