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
|
@@ -1017,9 +1017,7 @@ export default {
|
|
|
1017
1017
|
) > -1
|
|
1018
1018
|
) {
|
|
1019
1019
|
item['sysRepeat'] = true
|
|
1020
|
-
}
|
|
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) => {
|