浏览代码

导入时标引栏位未传

zhuliu 1 年之前
父节点
当前提交
2f705f8654

+ 1 - 1
src/views/components/import/components/importPatent.vue

@@ -37,7 +37,7 @@
                                 </template> -->
                                 <template v-if="choseField.type === 4">
                                     <el-radio-group v-model="choseField.fieldValue">
-                                        <el-radio v-for="option in choseField.options" :key="option.name" :label="option.id" @input="changeValue(option.id,option)">{{ option.name }}</el-radio>
+                                        <el-radio v-for="option in choseField.options" :key="option.name" :label="option.id" @change="changeValue(option.id,option)">{{ option.name }}</el-radio>
                                     </el-radio-group>
                                 </template>
                                 <template v-if="choseField.type === 5">

+ 2 - 2
src/views/components/import/conditionImport/components/projectListDialog.vue

@@ -67,7 +67,7 @@
                 </el-select>
               </span>
             </div>
-            <div style="margin-top: 40px" v-if="customFieldId">
+            <div style="margin-top: 20px" v-if="customFieldId">
               <template v-if="choseField.type === 0 || choseField.type === 2">
                 <el-input
                   v-model="choseField.fieldValue"
@@ -93,7 +93,7 @@
                     v-for="option in choseField.options"
                     :key="option.name"
                     :label="option.id"
-                    @input="changeValue(option.id, option)"
+                    @change="changeValue(option.id, option)"
                     >{{ option.name }}</el-radio
                   >
                 </el-radio-group>