houjie
2023-08-21 d1135f31a7dae36d04bd2f47936dbd5a39fba9e3
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) {