shaun-sheep 5 years ago
parent
commit
5f7faaf120
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/components/ready/buildfloor/addBuild.vue

+ 1 - 2
src/components/ready/buildfloor/addBuild.vue

@@ -81,13 +81,12 @@
              v-else-if="item.InputMode == 'F2'"
              :readOnly="false"
              :isShow="true"
-             :keys-arr="keysArr"
+             :keys-arr="(Array.isArray(item.Path) && item.Path.length)? item.Path:[]"
              :show-file-list="false"
              :context-key="item.Path"
              @change="changeItem"
              max="2"
            />
-
           <el-input disabled title="暂不支持" v-else v-model="form[item.Path]"></el-input>
         </el-form-item>
       </span>