修改边带设备管理
This commit is contained in:
parent
43002e727f
commit
029712de2a
|
|
@ -35,7 +35,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
getList() {
|
||||
getDictSelectList(1900).then(res => {
|
||||
getDictSelectList(350).then(res => {
|
||||
this.options = res.data.map(item => {
|
||||
const { id, name } = item
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue