|
|
@@ -117,7 +117,7 @@ export default {
|
|
|
// 表格字段配置
|
|
|
columns: [
|
|
|
// { prop: 'zi_duan_yi_', label: '部门' },
|
|
|
- { prop: 'wen_jian_bian_hao', label: '文件编号', sortable: 'custom' },
|
|
|
+ { prop: 'wen_jian_bian_hao', label: '文件编号', sortable: 'custom' },
|
|
|
{ prop: 'wen_jian_ming_che', label: '文件名称' },
|
|
|
{ prop: 'ban_ben_hao_', label: '版本号' },
|
|
|
{ prop: 'fa_bu_ri_qi_', label: '发布日期' },
|
|
|
@@ -220,6 +220,12 @@ export default {
|
|
|
*/
|
|
|
handleSortChange(sort) {
|
|
|
ActionUtils.setSorts(this.sorts, sort)
|
|
|
+ getFileByUserId(this.getSearcFormData()).then(res => {
|
|
|
+ this.tableData = res.variables.data
|
|
|
+ }).catch(res => {
|
|
|
+ this.loading = false
|
|
|
+ this.tableData = []
|
|
|
+ })
|
|
|
},
|
|
|
},
|
|
|
watch: {
|