centaline-data-driven 1.3.84 → 1.3.85

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": "centaline-data-driven",
3
- "version": "1.3.84",
3
+ "version": "1.3.85",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/src/Detail.vue CHANGED
@@ -10,7 +10,7 @@
10
10
  name: 'DataDrivendetail',
11
11
  data() {
12
12
  return {
13
- apiParam: {actionType: 1,chanceID: "1557658519623307264"} ,
13
+ apiParam: {actionType: 1,chanceID: "1524955049590132736"} ,
14
14
  }
15
15
  },
16
16
  mounted() {
@@ -1394,7 +1394,7 @@
1394
1394
  },
1395
1395
  selectAll($ev) {
1396
1396
  this.model.listData.forEach((ro) => {
1397
- if (!this.model.rightMulti || ro[this.model.rightMulti] == 1) {
1397
+ if (!this.model.rightMulti || this.$common.getDataOfUpperLower(ro,this.model.rightMulti) == 1 ) {
1398
1398
  ro.$select = $ev.srcElement.checked;
1399
1399
  }
1400
1400
  });