Commit 265ad042 authored by nature's avatar nature

hzero下拉框组件

parent 95761fe9
...@@ -242,7 +242,6 @@ export default { ...@@ -242,7 +242,6 @@ export default {
'Authorization': 'Bearer ' + window.localStorage.access_token, 'Authorization': 'Bearer ' + window.localStorage.access_token,
}, },
}).then((res) => { }).then((res) => {
debugger
if (Array.isArray(res)) { if (Array.isArray(res)) {
vm.arrayList = res vm.arrayList = res
vm.getCodeName(res) vm.getCodeName(res)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment