|
|
@@ -1859,7 +1859,7 @@ export default {
|
|
|
result: 1,
|
|
|
AuditRemark: '审批通过,已入库。'
|
|
|
}
|
|
|
- annualapi.commonAuditEntity(this.shenheForm.AnnualId, params, this.$axios).then(res => {
|
|
|
+ annualapi.commonAuditEntity(this.annualId, params, this.$axios).then(res => {
|
|
|
if (res.data.code === 0) {
|
|
|
console.log('审批提交,成功返回')
|
|
|
this.$message({
|