apply-clients 5.0.37-3 → 5.0.37-4

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": "apply-clients",
3
- "version": "5.0.37-3",
3
+ "version": "5.0.37-4",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -124,9 +124,9 @@ export default {
124
124
  }
125
125
 
126
126
 
127
- if (this.selectdata[this.data.fields[i].field]) {
127
+
128
128
  this.data.fields[i].value = this.selectdata[this.data.fields[i].field]
129
- }
129
+
130
130
 
131
131
  if (typeof this.data.fields[i].value === 'string' && this.data.fields[i].value.startsWith("{") && this.data.fields[i].value.endsWith("}")) {
132
132
  this.data.fields[i].value = JSON.parse(this.data.fields[i].value)