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