边带设备类型下拉选

This commit is contained in:
cwchen 2024-04-18 18:59:08 +08:00
parent e7b8f41ac4
commit 45f41e1eed
1 changed files with 1 additions and 1 deletions

View File

@ -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 {