@zscreate/zhxy-app-component 1.0.382 → 1.0.383

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.
@@ -979,6 +979,7 @@ export default {
979
979
  },
980
980
  textareaInputChange(e) {
981
981
  this.textareaValue = e.detail.value
982
+ this.dataModel = this.textareaValue
982
983
  },
983
984
  textareaBlurChange() {
984
985
  this.dataModel = this.textareaValue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.382",
3
+ "version": "1.0.383",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",