查看bug修复
parent
69701c7e78
commit
ca30fd1136
|
@ -140,7 +140,7 @@ export default {
|
|||
requestFN(
|
||||
'/flowTrain/batchUserList?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page,
|
||||
{
|
||||
TRAININGBATCH_ID: this.pd.TRAININGBATCH_ID
|
||||
TRAINING_BATCH_ID: this.pd.TRAINING_BATCH_ID
|
||||
}
|
||||
).then((data) => {
|
||||
this.userList = data.varList
|
||||
|
@ -158,7 +158,6 @@ export default {
|
|||
'/flowTrain/getUserDetailById',
|
||||
{
|
||||
USER_ID: id,
|
||||
// CORPINFO_ID: JSON.parse(sessionStorage.getItem('user')).CORPINFO_ID,
|
||||
CER_TYPE: '7498057c4c1f4a11b9a960e66ea04a7a'
|
||||
}
|
||||
).then((data) => {
|
||||
|
|
|
@ -127,7 +127,8 @@ export default {
|
|||
ENTRUST_ENDTIME: this.dates[1],
|
||||
AUDIT_STATUS: this.AUDIT_STATUS,
|
||||
TYPE: 2,
|
||||
USER_ID: JSON.parse(sessionStorage.getItem('user')).USER_ID
|
||||
USER_ID: JSON.parse(sessionStorage.getItem('user')).USER_ID,
|
||||
notStepStuatus: '3'
|
||||
}
|
||||
).then((data) => {
|
||||
this.listLoading = false
|
||||
|
|
Loading…
Reference in New Issue