处理状态修改
							parent
							
								
									b31e21d30a
								
							
						
					
					
						commit
						a23862e18e
					
				|  | @ -113,6 +113,7 @@ | ||||||
| 		}, | 		}, | ||||||
| 		onLoad(op) { | 		onLoad(op) { | ||||||
| 			if(op.manager) this.ifManager = op.manager; | 			if(op.manager) this.ifManager = op.manager; | ||||||
|  | 			if(op.id) this.id = op.id; | ||||||
| 			// 查询详情 | 			// 查询详情 | ||||||
| 			this.getDetailEv(op.id); | 			this.getDetailEv(op.id); | ||||||
| 		}, | 		}, | ||||||
|  | @ -161,7 +162,7 @@ | ||||||
| 			 | 			 | ||||||
| 			// 督办复审 | 			// 督办复审 | ||||||
| 			reexamineEv(){ | 			reexamineEv(){ | ||||||
| 				this.$requst.post('/api/administrator/examine',{id:this.id}).then(res => { | 				this.$requst.post('administrator/examine',{id:this.id}).then(res => { | ||||||
| 					if(res.code==0){ | 					if(res.code==0){ | ||||||
| 						this.$toolAll.tools.showToast('督办成功'); | 						this.$toolAll.tools.showToast('督办成功'); | ||||||
| 						setTimeout(()=>{ | 						setTimeout(()=>{ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue