Commit 448bbe77 authored by 华国豪's avatar 华国豪 🙄

no message

parent a9e16ebd
......@@ -1082,6 +1082,7 @@ export default {
}
},
closeChangeMachie(done) { // 转交窗口关闭
this.BOSSDialogText = false;
done();
},
Financial_post_SetBatch(){ // 批量提交
......
......@@ -651,8 +651,8 @@ export default {
},
subBOSSBtnClick: function () {
this.loading = true;
if (this.bossLen && this.bossLen <= this.checkList.length) {
this.BOSSDialogText = true;
if (this.bossLen && this.bossLen <= this.checkList.length) {
this.AuditOrRefundMsg.WorkFlowId = this.checkList[this.bossLen-1]
this.apipost('Financial_post_AuditOrRefund',this.AuditOrRefundMsg,res=>{
if(res.data.resultCode==1){
......@@ -765,6 +765,7 @@ export default {
}
},
closeChangeMachie(done) { // 转交窗口关闭
this.BOSSDialogText = false;
done();
},
Financial_post_SetBatch(){ // 批量提交
......
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