修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-01 11:24:27 +08:00
parent 44a2815ec9
commit 96da56370a
7 changed files with 419 additions and 368 deletions
@@ -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
}