Sfoglia il codice sorgente

Merge branch 'feature/ci-test5' of duanxiaoduan/tmr-group-admin into develop

duanxiaoduan 1 anno fa
parent
commit
64f74ec0ab
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/rangeManagement/pastureList/index.vue

+ 1 - 1
src/views/rangeManagement/pastureList/index.vue

@@ -311,7 +311,7 @@ export default {
           }, 1000)
           }, 1000)
           let url = 'api/v1/ops/pasture/add'
           let url = 'api/v1/ops/pasture/add'
           let data = {
           let data = {
-            'pasture_id':his.edit.temp.pasture_id,
+            'pasture_id':this.edit.temp.pasture_id,
             'name': this.edit.temp.name,
             'name': this.edit.temp.name,
             "account": this.edit.temp.account,
             "account": this.edit.temp.account,
             "manager_user": this.edit.temp.manager_user,
             "manager_user": this.edit.temp.manager_user,