zydx-plus 1.33.324 → 1.33.325

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.33.324",
3
+ "version": "1.33.325",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -539,7 +539,7 @@ export default {
539
539
  },
540
540
  del(index) {
541
541
  let that = this
542
- that.data.html = html2json(that.editor.getHTML()).child
542
+ // that.data.html = html2json(that.editor.getHTML()).child
543
543
  if (this.uploadAttData[index].name === undefined) {
544
544
  that.uploadAttData[index].active = false
545
545
  that.$emit('del', that.uploadAttData[index], (e) => {
package/src/index.js CHANGED
@@ -81,7 +81,7 @@ function install(app) {
81
81
  }
82
82
 
83
83
  export default {
84
- version: '1.33.324',
84
+ version: '1.33.325',
85
85
  install,
86
86
  Calendar,
87
87
  Message,