doway-coms 2.8.2 → 2.8.3
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
|
@@ -388,11 +388,11 @@ export default {
|
|
|
388
388
|
return false
|
|
389
389
|
},
|
|
390
390
|
changeData(value) {
|
|
391
|
-
if (value) {
|
|
391
|
+
if (!value) {
|
|
392
392
|
this.$set(this.row, this.linkedField, '')
|
|
393
393
|
this.$set(this.row, this.field, '')
|
|
394
|
-
this.$emit('change', this.row)
|
|
395
394
|
}
|
|
395
|
+
this.$emit('change', this.row)
|
|
396
396
|
},
|
|
397
397
|
},
|
|
398
398
|
}
|