修改禅道已知bug
This commit is contained in:
@@ -360,7 +360,7 @@
|
||||
}
|
||||
getAction(this.url.getLoginUserType, params).then((res) => {
|
||||
if (res.success) {
|
||||
this.getTableList()
|
||||
this.getTableList(res.result[0].value)
|
||||
this.$emit('LoginUserType', res.result)
|
||||
}
|
||||
})
|
||||
@@ -455,7 +455,7 @@
|
||||
cancleoperationFailed(){
|
||||
this.selectedRowKeys = []
|
||||
},
|
||||
getTableList() {
|
||||
getTableList(currentPersonRole) {
|
||||
// todo
|
||||
let paramsManifestid
|
||||
let url
|
||||
@@ -464,13 +464,12 @@
|
||||
paramsManifestid = this.$route.query.id
|
||||
url = this.url.tableList
|
||||
} else {
|
||||
console.log('历史版本呢')
|
||||
// 历史版本
|
||||
paramsManifestid = this.$route.query.it
|
||||
url = 'params/collectManifestHistory/list'
|
||||
}
|
||||
let params = {
|
||||
userTypes: this.currentPersonRole,
|
||||
userTypes: this.currentPersonRole || currentPersonRole,
|
||||
paramsManifestId: paramsManifestid,
|
||||
...this.formInline
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user