Ver código fonte

Merge branch 'develop' of http://code.dashoo.cn/dashoo/supplier_system into develop

baichengfei 5 anos atrás
pai
commit
d3bbd3ff33

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

@@ -2276,7 +2276,7 @@
             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({