任务审核

This commit is contained in:
liuye
2022-11-03 10:39:04 +08:00
parent fc40512a8e
commit c4caac27f7

View File

@@ -101,18 +101,11 @@ export default {
onConfirm() {
this.$refs.form.validate((valid)=> {
if(valid) {
this.flag = true
this.instance.post(`api/appwechatescalation/examine?id=${this.form.id}&pass=1&integral=${this.form.integral}`).then(res => {
if(res?.code == 0) {
this.$message.success('审核成功')
setTimeout(() =>{
this.dialog = false
this.getTableData()
this.flag = false
}, 600)
} else {
this.flag = false
}
this.getList()
}
})
}
})