修改来源应用为下拉框

This commit is contained in:
gaoyuanwei 2022-07-19 17:44:39 +08:00
parent 166f6f91be
commit b6ce94a078
1 changed files with 1 additions and 1 deletions

View File

@ -645,6 +645,7 @@
})
})
item.options = dataList
data.value.list.push(item)
})
} else {
data.value.list.push(item)
@ -953,7 +954,6 @@
data.value.list.map((item) => {
if (item.name === '来源应用') {
item.note1 = value
data.value.list.push(item)
}
})
console.log(`selected ${value}`)