Commit 0644c101 by xiehao

fix:删除了试用范围

1 parent 23631130
Showing with 2 additions and 2 deletions
...@@ -1107,7 +1107,7 @@ export default { ...@@ -1107,7 +1107,7 @@ export default {
return return
} }
let params = { let params = {
viewId: [], ids: [],
state: 2, state: 2,
} }
let hasArchiLevelId = true let hasArchiLevelId = true
...@@ -1115,7 +1115,7 @@ export default { ...@@ -1115,7 +1115,7 @@ export default {
if (!this.dicObj.archiLevelId[item.archiLevelId]) { if (!this.dicObj.archiLevelId[item.archiLevelId]) {
hasArchiLevelId = false hasArchiLevelId = false
} }
params.viewId.push(item.viewId) params.ids.push(item.viewId)
}) })
console.log('this.selectList', this.selectList) console.log('this.selectList', this.selectList)
if (!hasArchiLevelId) { if (!hasArchiLevelId) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!