认证-参数清单-历史版本清空
This commit is contained in:
@@ -509,12 +509,25 @@
|
||||
getTableListReset() {
|
||||
let params = {
|
||||
paramsManifestId: this.$route.query.id,
|
||||
userTypes: this.currentPersonRole
|
||||
pageNo: this.pageNo,
|
||||
pageSize: this.pageSize,
|
||||
// userTypes: this.currentPersonRole
|
||||
}
|
||||
let url
|
||||
this.loading = true
|
||||
this.$emit('listReset', '')
|
||||
// todo
|
||||
getAction(this.url.tableList, params).then((res) => {
|
||||
if (this.$route.query.it === undefined) {
|
||||
// 页面跳转
|
||||
url = this.url.tableList
|
||||
params.paramsManifestId = this.$route.query.id
|
||||
params.userTypes = this.currentPersonRole
|
||||
} else {
|
||||
// 历史版本
|
||||
url = 'params/collectManifestHistory/list'
|
||||
params.paramsManifestId = this.$route.query.it
|
||||
}
|
||||
getAction(url, params).then((res) => {
|
||||
if (res.success) {
|
||||
let tt = []
|
||||
if (this.currentPersonRole !== 'dre') {
|
||||
|
||||
Reference in New Issue
Block a user