centaline-data-driven 1.3.69 → 1.3.70

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.69",
3
+ "version": "1.3.70",
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: "1558013601325912064"} ,
13
+ apiParam: {actionType: 1,chanceID: "1524927953715204096"} ,
14
14
  }
15
15
  },
16
16
  mounted() {
@@ -105,7 +105,11 @@
105
105
  load(data) {
106
106
  this.model = data;
107
107
  this.classifyClickHandle();
108
-
108
+ if(this.model.action==='' && !this.model.lock){
109
+ this.validMessage = "必须配置上传的URL";
110
+ this.valid = false;
111
+ this.$message.error(this.validMessage);
112
+ }
109
113
  },
110
114
  handleExceed() {
111
115
  this.validMessage = "附件数量最多" + this.model.max + "张";