guoxiaohuan 4 роки тому
батько
коміт
e3a2315c46
1 змінених файлів з 3 додано та 2 видалено
  1. 3 2
      src/views/equipment/table/lookPageTable.vue

+ 3 - 2
src/views/equipment/table/lookPageTable.vue

@@ -12,7 +12,7 @@
                 style='width:192px;margin-right:12px'
             ></el-input>
             <Select @change='getList' v-model='floor' width='180' tipPlace='top' caption='楼层 :' :selectdata='floorSelect'></Select>
-            <Select @change='getList' v-model='fileType' width='180' tipPlace='top' caption='文件类型:' :selectdata='floorSelect'></Select>
+            <Select @change='getList' v-model='fileType' width='180' tipPlace='top' caption='文件类型:' :selectdata='files'></Select>
         </div>
         <el-table :data='tableData' style='width: 100%' :border='true'>
             <el-table-column type='index' label='序号' width='60' :index='indexMethod'></el-table-column>
@@ -61,7 +61,8 @@ export default {
             size: 11,
             keyword: '',
             floor: '',
-            fileType: ''
+            fileType: '',
+            files: []
         }
     },
     props: ['major'],