zhaowei
5 天以前 9fbbbe80e6b48a3bd9544a24295971b8da9bc337
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) {