|
@@ -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'],
|