centaline-data-driven 1.2.64 → 1.2.65

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.2.64",
3
+ "version": "1.2.65",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -8,7 +8,7 @@
8
8
  <ctSelectOptionVertical :model="model" @click="selectOption($event)"></ctSelectOptionVertical>
9
9
  </div>
10
10
  <div slot="reference" readonly="readonly" ref="ct-input"
11
- style="font-weight: Bold;color:#333333 !important;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;"
11
+ style="font-weight: Bold;color:#333333 !important;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: flex;"
12
12
  :style="{height:inputHeight + 'px','line-height':inputLineHeight + 'px',width:inputLinewidth+'px'}"
13
13
  @focus="focusHandle" @blur="blurHandle" @click="clickHandle" @input="inputHandler($event)" v-html="model.text"
14
14
  @change="changeHandler($event)" :disabled="model.lock" :class="model.lock ? 'ct-is-disabled' : 'ct-input_inner'"></div>
@@ -78,6 +78,7 @@
78
78
  },
79
79
  methods: {
80
80
  load(data) {
81
+ var self=this;
81
82
  this.model = data;
82
83
  this.model.$vue = self;
83
84
  if(this.model.listData.length>0){
@@ -28,6 +28,7 @@
28
28
  return {
29
29
  editor: {},
30
30
  config: {
31
+ imageUrl:"",
31
32
  serverUrl: "",
32
33
  UEDITOR_HOME_URL: '/static/UEditor/',
33
34
  readonly: false,
@@ -243,7 +244,8 @@
243
244
  return;
244
245
  }
245
246
  this.config.maximumWords = this.model && this.model.maxValue1 ? parseFloat(this.model.maxValue1) : 5000;
246
- this.config.serverUrl = this.model.moreActionRouter;
247
+ this.config.serverUrl = this.model.action;
248
+ this.config.imageUrl = this.model.action;
247
249
  },
248
250
  computed: {
249
251
 
package/src/main.js CHANGED
@@ -12,7 +12,7 @@ Vue.use(ElementUI, { size: 'mini'});
12
12
  // 关闭生产模式下给出的提示
13
13
  Vue.config.productionTip = false;
14
14
  Vue.use(centaline, {
15
- baseUrl: "http://10.88.22.46:7070/v1/form/router",
15
+ baseUrl: "http://10.88.22.13:7070/v1/form/router",
16
16
  // baseUrl: "http://10.88.23.22:9999/v1/form/router",
17
17
  // baseUrl: "http://tjcptest.centaline.com.cn/",
18
18
  // flagRouterSelf: true,