LAPTOP-FO2T5SIU\35838 8 months ago
parent
commit
3a4f84ceaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/parkAssets/parkBuild/index.vue

+ 1 - 1
src/views/parkAssets/parkBuild/index.vue

@@ -468,7 +468,7 @@ export default {
                     }
                     if (arr != null && arr != [] && arr != '') {
                         postData.groupName = arr[0]
-                        postData.lpmc = arr[1]
+                        postData.discName = arr[1]
                     }
                     let urlAdd = 'add'
                     if (undefined != this.buildForm.id && this.buildForm.id != null && this.buildForm.id != '') {