Browse Source

年审-服务类-annualId

baichengfei 5 years ago
parent
commit
7a3dbdb5e7

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/operation.vue

@@ -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({