未符合项整改库分页bug修复
This commit is contained in:
@@ -228,6 +228,9 @@
|
|||||||
oldData: [],
|
oldData: [],
|
||||||
data: [],
|
data: [],
|
||||||
commentText: '',
|
commentText: '',
|
||||||
|
oldText : '',
|
||||||
|
newText : '',
|
||||||
|
reason : '' ,
|
||||||
taskIds: this.$route.query.taskIds,
|
taskIds: this.$route.query.taskIds,
|
||||||
pId: this.$route.query.prcId,
|
pId: this.$route.query.prcId,
|
||||||
roleRow: {},
|
roleRow: {},
|
||||||
@@ -284,6 +287,9 @@
|
|||||||
chapterNumber : '章条编号',
|
chapterNumber : '章条编号',
|
||||||
chapterName : '章节名称',
|
chapterName : '章节名称',
|
||||||
commentText: '修改意见内容(包括理由或依据)',
|
commentText: '修改意见内容(包括理由或依据)',
|
||||||
|
oldText : '修改前',
|
||||||
|
newText : '修改后',
|
||||||
|
reason : '修改理由',
|
||||||
department: '提出部门',
|
department: '提出部门',
|
||||||
responUserName: '提出人',
|
responUserName: '提出人',
|
||||||
stateText: '处理意见'
|
stateText: '处理意见'
|
||||||
|
|||||||
Reference in New Issue
Block a user