This commit is contained in:
yanran200730
2022-01-18 15:07:59 +08:00
parent 4d62b19ebe
commit 32f80734fb

View File

@@ -373,12 +373,13 @@ export default {
}, },
//跳转详请 //跳转详请
gotoDetail(row) { gotoDetail(row) {
if (row.postStatus == '0') { if (row.postStatus == '0') {
this.detail = row;
this.$nextTick(() => { this.$nextTick(() => {
this.showSet = false; this.showSet = false;
this.showList = false; this.showList = false;
this.showDetail = true; this.showDetail = false;
this.showAdd = true;
}) })
} else { } else {
this.detail = row; this.detail = row;