|
|
@@ -47,7 +47,7 @@
|
|
|
</div>
|
|
|
<div class="search-right">
|
|
|
<label>排序:</label>
|
|
|
- <el-select v-model="sort_value" placeholder="请选择">
|
|
|
+ <el-select v-model="sort_value" placeholder="请选择" @change="queryList('')">
|
|
|
<el-option v-for="item in sort_list" :key="item.value" :label="item.label" :value="item.value" />
|
|
|
</el-select>
|
|
|
<SvgIcon
|
|
|
@@ -661,6 +661,7 @@ export default {
|
|
|
// 切换排序升序降序
|
|
|
changeSort() {
|
|
|
this.isDesc = !this.isDesc;
|
|
|
+ this.queryList('');
|
|
|
},
|
|
|
updateFileList({ file_list, file_id_list }) {
|
|
|
this.file_list = file_list;
|