doway-coms 2.2.34 → 2.3.1

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": "2.2.34",
3
+ "version": "2.3.1",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -2821,8 +2821,6 @@ export default {
2821
2821
  this.$refs.baseGrid.setCurrentRow(row)
2822
2822
  },
2823
2823
  gridRowStyle(scope) {
2824
- console.log(scope.row)
2825
- console.log(scope.row.sysRepeat)
2826
2824
  if (scope.row.sysRepeat === true) {
2827
2825
  return 'row--pending'
2828
2826
  }
@@ -1017,9 +1017,7 @@ export default {
1017
1017
  ) > -1
1018
1018
  ) {
1019
1019
  item['sysRepeat'] = true
1020
- } else {
1021
- item['sysRepeat'] = false
1022
- }
1020
+ }
1023
1021
  })
1024
1022
  }
1025
1023
  // 若当前表格内只有一行,则不进行判断
@@ -1081,7 +1079,6 @@ export default {
1081
1079
  }
1082
1080
  if (info.sysRepeat && this.contrasts.length) {
1083
1081
  let flag = 0
1084
- info.sysRepeat = false
1085
1082
  XEUtils.arrayEach(this.propTableData, (item) => {
1086
1083
  if (item[this.field] === info[this.field]) {
1087
1084
  XEUtils.arrayEach(this.contrasts, (loop) => {