doway-coms 1.7.9 → 1.8.0

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": "doway-coms",
3
- "version": "1.7.9",
3
+ "version": "1.8.0",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -962,7 +962,7 @@ export default {
962
962
  XEUtils.arrayEach(this.propTableData, (item) => {
963
963
  if (item[this.field] === info[this.field]) {
964
964
  XEUtils.arrayEach(this.contrasts, (loop) => {
965
- if (item[loop] === this.row[loop]) {
965
+ if (item[loop] === this.row[loop] && item.id !== this.row.id) {
966
966
  flag++
967
967
  }
968
968
  })