Iview can search select settings label-in-value to get label and value,on-change events executed three times?

problem description

clipboard.png

clipboard.png

clipboard.png

related codes

/ / Please paste the code text below (please do not replace the code with pictures)
< Select VMI model = "formShop.shopName" style= "width:200px": label-in-value= "true" @ on-change= "setShopName" >

                            <Option v-for="(item, index) in shopNameList" :value="item.shopId" :key="index">{{item.shopName}}</Option>
                        </Select>

setShopName (value) {

        console.log(value)
        this.formShop.shopNameValue = value.value;
        this.formShop.shopName = value.label;

    },

what result do you expect? What is the error message actually seen?

I don"t know if you gods have ever encountered this kind of situation. I"ve been depressed for a long time. If you don"t have a searchable / fuzzy query, you can take a normal value, but after setting it, you will call on-change many times. I don"t understand what"s going on. If it can be solved, give me

in the next 10 yuan red packet.
May.05,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b407f6-2c50d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b407f6-2c50d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?