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