Element UI Message is triggered repeatedly when both input boxes are used to check the pop-up box.

  <el-input style="width:336px;height:20px;"
    placeholder=""
    v-model="creditCode"
    @blur="creditInfo"
    :maxlength=25>
 </el-input>
        
    <el-input style="width:336px;height:20px;"
        placeholder=""
        v-model="creditCode"
        @blur="creditInfo"
        :maxlength=25>
  </el-input>
  
  
  
  this.$alert("","", {
    confirmButtonText: "",
    beforeClose: (action, instance, done) => {
      console.log(33333)
    },
    callback:function(){
        console.log(3432)
             Message.close()
    }
  });
  
  
  

clipboard.png

both input boxes have a check. When I locate the cursor to the first input box and enter nothing, it will repeatedly trigger the blur event pop-up box. What if the pop-up box cannot disappear?


caused by two input identical v-model blur

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-1b2b05a-2ba71.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-1b2b05a-2ba71.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?