26027
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user