Play another mode layer on the mode layer.

    this.$Modal.confirm({
          render: (h) => {
            return h("Button", {
              props: {
                value: this.value,
                type: "primary",
              },

              on: {
                click: function (e) {
                  // modalthis null
                  this.$Modal.confirm({
                    render: (h) => {
                      return h("Input", {

                      })
                    }
                  })
                }
              }
            })
          }
        })
        

how can another mode layer pop up?

I am using iView"s modal

here.
Mar.03,2021

should not work. This modal is a singleton


.

on: {

click:function(e){}

} the function here needs to pass in the parameter this or use _ this inside the outside let _ this = this

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