@zscreate/zhxy-app-component 1.0.238 → 1.0.239
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.
|
@@ -1787,7 +1787,6 @@ export default {
|
|
|
1787
1787
|
const tempValue = {value: ''}
|
|
1788
1788
|
run(`tempValue.value = ${defaultValue}`, {'this': this, tempValue})
|
|
1789
1789
|
v = this.dataModel = tempValue.value
|
|
1790
|
-
this.widget.options.defaultValue = ''
|
|
1791
1790
|
}
|
|
1792
1791
|
if (this.tableKey) {
|
|
1793
1792
|
this.tableValueSet(v);
|