@@ -738,18 +738,17 @@ export default {
});
},
handleCheck(val, value) {
- // console.log(value)
let data = {
gatherId: this.dataId,
- type: 1,
+ auditType: 2,
};
let audit = {
- auditType: 2,
+ auditType: 3,
remark: value,
if (val == 1) {
- approve(data).then((res) => {
+ bsqAudit(data).then((res) => {
if (res.code == 200) {
this.$modal.msgSuccess("通过审核成功");
this.getList();