update 文档拆分
This commit is contained in:
@@ -158,7 +158,7 @@ export default {
|
||||
},
|
||||
// 文件状态
|
||||
{
|
||||
dataIndex: 'fileType',
|
||||
dataIndex: 'fileType_dictText',
|
||||
title: this.$t('docTool.split.fileStatus'),
|
||||
width: 150
|
||||
},
|
||||
@@ -202,9 +202,9 @@ export default {
|
||||
}
|
||||
],
|
||||
url: {
|
||||
list: '/split/sarFileSplitInfo/page', // 表格数据
|
||||
deleteBatch: '/split/sarFileSplitInfo/deleteBatch', // 批量删除
|
||||
deleteUrl: '/split/sarFileSplitInfo/delete',
|
||||
list: '/laws/DocumentTool/documentSplit/queryByPage', // 表格数据
|
||||
deleteBatch: '/laws/DocumentTool/documentSplit/deleteBatch', // 批量删除
|
||||
delete: '/laws/DocumentTool/documentSplit/delete',
|
||||
backDocument: '' // 回传至文档库
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user