未符合项整改库分页bug修复

This commit is contained in:
Mr.Z
2021-08-25 17:36:16 +08:00
parent c9423dee48
commit 9540ec372b
@@ -228,6 +228,9 @@
oldData: [],
data: [],
commentText: '',
oldText : '',
newText : '',
reason : '' ,
taskIds: this.$route.query.taskIds,
pId: this.$route.query.prcId,
roleRow: {},
@@ -284,6 +287,9 @@
chapterNumber : '章条编号',
chapterName : '章节名称',
commentText: '修改意见内容(包括理由或依据)',
oldText : '修改前',
newText : '修改后',
reason : '修改理由',
department: '提出部门',
responUserName: '提出人',
stateText: '处理意见'