处理状态修改

master
Lee1203 2022-08-01 08:55:21 +08:00
parent b31e21d30a
commit a23862e18e
1 changed files with 2 additions and 1 deletions

View File

@ -113,6 +113,7 @@
},
onLoad(op) {
if(op.manager) this.ifManager = op.manager;
if(op.id) this.id = op.id;
//
this.getDetailEv(op.id);
},
@ -161,7 +162,7 @@
//
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){
this.$toolAll.tools.showToast('督办成功');
setTimeout(()=>{