In today’s work, I encountered a bug where after el-select selects an option, all options are selected and turned blue, as shown below
Normal timesAfter selecting one of these items
And after this choice, the choice is always Alibaba, that is, the last choice
After checking, it was found that the reason was: the value was bound wrong, and an ID value was bound, but the ID value given by the back end was the same
The data from the back end is incorrect, all creatorID values are 2, causing this bug
Do not bind the creatorID value to the creatorID value