边带设备类型下拉选
This commit is contained in:
parent
e7b8f41ac4
commit
45f41e1eed
|
|
@ -35,7 +35,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
getList() {
|
||||
getDictSelectList(350).then(res => {
|
||||
getDictSelectList(1900).then(res => {
|
||||
this.options = res.data.map(item => {
|
||||
const { id, name } = item
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue