houjie
2023-08-19 a01a0b502447a0ca0a45f1849cde4f0bed1ef1f8
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) {