修改边带设备管理

This commit is contained in:
cool 2024-04-03 14:12:52 +08:00
parent 43002e727f
commit 029712de2a
1 changed files with 1 additions and 1 deletions

View File

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