qushaowei
2023-09-05 0c1d6c84ba3e7b25086c3c0c7b2f334cb0a103e0
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) {