Commit a58782df authored by 黄媛媛's avatar 黄媛媛

update

parent bd7efaf5
...@@ -665,12 +665,13 @@ export default { ...@@ -665,12 +665,13 @@ export default {
this.Error('请选择转交人'); this.Error('请选择转交人');
return; return;
} }
this.apipost('Financial_post_SetFinanceCreateByCareOf',this.zhuanjiaoMsg2,res=>{
this.zhuanjiaoBox2 = false; this.zhuanjiaoBox2 = false;
this.BoxState=true; this.BoxState=true;
this.apipost('Financial_post_SetFinanceCreateByCareOf',this.zhuanjiaoMsg2,res=>{
this.BoxState=false;
if(res.data.resultCode==1){ if(res.data.resultCode==1){
this.Success(res.data.message); this.Success(res.data.message);
this.BoxState=false;
this.getPageList(); this.getPageList();
}else{ }else{
this.Error(res.data.message); this.Error(res.data.message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment