The problem of failed validation of iview form

how can this situation be broken? I assigned a value to image after uploading the picture, but the display cannot be empty
clipboard.png
clipboard.png
clipboard.png

.
Mar.03,2021

validateField ('image') after uploading


you lack the trigger attribute, that is, the type of event that triggers validation

here is an example:

title: [
    { required: true, message: '', trigger: 'blur' }
],
type: [
     { required: true, message: '', trigger: 'change' }
]
            
            

blur or change pictures usually use change

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