The form check about the logical relation of concatenation in element-ui

the specific UI is shown as follows:

clipboard.png

:

 


after tossing about for so long, it has finally come out. The main problem is: when the verification conditions are met, it is necessary to re-check the rationality of all forms


validator

    [
        { 1... },
        { 2... },
        {
            validator: function(rule, value, callback) {

                sum(this.data) === 100 ? callback() : callback(new Error("100%"));
            },
            trigger: '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-1b34bde-2b6b6.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-1b34bde-2b6b6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?