Ver Fonte

年审物资类资质接口bug

wd há 4 anos atrás
pai
commit
3e1543073c

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

@@ -1855,6 +1855,7 @@
     },
     created () {
       this.serviceId = this.$route.params.opera
+      this.formData.Id = this.serviceId
       if (this.$route.query.certid) {
         this.certId = this.$route.query.certid + ''
       }
@@ -2857,7 +2858,6 @@
           this.InOptions = res.data.items['InOptions']
           console.log(this.InOptions, 'this.InOptions')
           this.ManagementUnitOptions = res.data.items['ManagementUnit']
-          this.formData.Id = this.serviceId
           this.initDatas()
           this.orgunitChange(this.UnitOrg)
         }).catch(err => {