|
|
@ -272,6 +272,7 @@ export default { |
|
|
|
fileList1: [], |
|
|
|
fileList2: [], |
|
|
|
visible: false, |
|
|
|
remark: "", |
|
|
|
}; |
|
|
|
}, |
|
|
|
created() { |
|
|
@ -487,7 +488,7 @@ export default { |
|
|
|
} |
|
|
|
}); |
|
|
|
// } else { |
|
|
|
// this.form.wageId = this.inFo.id; |
|
|
|
// this.form.wagaId = this.inFo.id; |
|
|
|
// addHzxx(this.form).then((response) => { |
|
|
|
// if (response.code === 200) { |
|
|
|
// this.msgSuccess("新增成功"); |
|
|
@ -503,6 +504,7 @@ export default { |
|
|
|
notPass() { |
|
|
|
console.log("审核不通过"); |
|
|
|
this.form.status = "1"; |
|
|
|
this.form.remark = this.remark; |
|
|
|
updateHzxx(this.form).then((response) => { |
|
|
|
if (response.code === 200) { |
|
|
|
this.msgSuccess("审核不通过"); |
|
|
|