chenrui  2 년 전
부모
커밋
dff72ebd6f
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      src/views/systemSettings/queryTemplate/queryTemplateAdd.vue
  2. 2 2
      src/views/systemSettings/queryTemplate/queryTemplateEdit.vue

+ 2 - 2
src/views/systemSettings/queryTemplate/queryTemplateAdd.vue

@@ -48,9 +48,9 @@
               >
                 <el-option
                   v-for="item in serviceList"
-                  :key="item.submitID"
+                  :key="item.serviceID"
                   :label="item.serviceName"
-                  :value="item.submitID"
+                  :value="item.serviceID"
                 />
               </el-select>
             </el-form-item>

+ 2 - 2
src/views/systemSettings/queryTemplate/queryTemplateEdit.vue

@@ -48,9 +48,9 @@
               >
                 <el-option
                   v-for="item in serviceList"
-                  :key="item.submitID"
+                  :key="item.serviceID"
                   :label="item.serviceName"
-                  :value="item.submitID"
+                  :value="item.serviceID"
                 />
               </el-select>
             </el-form-item>