|
@@ -126,7 +126,7 @@ export default defineComponent({
|
|
|
const tempList = data || []
|
|
|
tempList.forEach((item: any) => {
|
|
|
item.label = item.subjectName
|
|
|
- item.value = item.subjectId
|
|
|
+ item.value = item.instrumentId
|
|
|
})
|
|
|
state.subjectList = tempList
|
|
|
} catch {}
|