|
|
@@ -2295,7 +2295,7 @@ import Viewer from 'v-viewer'
|
|
|
AuditRemark: this.entityForm.Remark
|
|
|
}
|
|
|
let _this = this
|
|
|
- annualapi.companyAuditEntity(this.formData.Id, params, this.$axios).then(res => {
|
|
|
+ annualapi.companyAuditEntity(this.AnnualId, params, this.$axios).then(res => {
|
|
|
if (res.data.code === 0) {
|
|
|
// 保存成功后,初始化数据,变成修改
|
|
|
this.$message({
|