소스 검색

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

duanxiaoduan 1 년 전
부모
커밋
64f74ec0ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/rangeManagement/pastureList/index.vue

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

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