26852
This commit is contained in:
		| @@ -373,12 +373,13 @@ export default { | ||||
|     }, | ||||
|     //跳转详请 | ||||
|     gotoDetail(row) { | ||||
|  | ||||
|       if (row.postStatus == '0') { | ||||
|         this.detail = row; | ||||
|         this.$nextTick(() => { | ||||
|           this.showSet = false; | ||||
|           this.showList = false; | ||||
|           this.showDetail = true; | ||||
|           this.showDetail = false; | ||||
|           this.showAdd = true; | ||||
|         }) | ||||
|       } else { | ||||
|         this.detail = row; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user