houjie
2023-08-18 22e3a5aeef29150ef81d4d8b4f902c5fc8e2cca8
src/components/jeecg/JPopup.vue
@@ -143,6 +143,10 @@
        }
      },
      handleEmpty() {
        // 禁用时,不允许清空内容
        if (this.disabled) {
          return
        }
        this.showText = ''
        let destFieldsArr = this.destFields.split(',')
        if (destFieldsArr.length === 0) {