This commit is contained in:
yanran200730
2021-12-24 22:56:34 +08:00
parent 31df5592bf
commit 1a611ae18e
2 changed files with 24 additions and 9 deletions

View File

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