Commit f7293d2c by tangjiale

修复Bug

parent ba7bf6d8
...@@ -124,7 +124,6 @@ export default { ...@@ -124,7 +124,6 @@ export default {
}) })
}, },
buttonOption(id,data){ buttonOption(id,data){
switch (id){ switch (id){
case 1: //确认报名 case 1: //确认报名
this.agreeJoin(data) this.agreeJoin(data)
...@@ -156,7 +155,7 @@ export default { ...@@ -156,7 +155,7 @@ export default {
}) })
}); });
}, },
agreeCannel(data,type){ agreeCannel(type,data){
let that = this let that = this
this.$showConfirm(`你确认 ${type==1?'同意':'不同意'}取消吗?`).then(() => { this.$showConfirm(`你确认 ${type==1?'同意':'不同意'}取消吗?`).then(() => {
that.$service.course.updateBmStatus({bmId:data.id,bmStatus:type==1?3:2}).then(res =>{ that.$service.course.updateBmStatus({bmId:data.id,bmStatus:type==1?3:2}).then(res =>{
......
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