cloud-web-corejs 1.0.54-dev.134 → 1.0.54-dev.136

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.134",
4
+ "version": "1.0.54-dev.136",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -148,7 +148,7 @@ modules = {
148
148
  let value = null;
149
149
  if (type == "inputBatch") {
150
150
  value = [];
151
- } else if (this.getIsDateRange()) {
151
+ } else if (this.getIsDateRange(item)) {
152
152
  // value = [];
153
153
  value = null;
154
154
  }
@@ -6,7 +6,7 @@
6
6
  v-bind="dialogConfig"
7
7
  @close="close"
8
8
  >
9
- <div class="cont" v-bind="bodyConfig" id="containt">
9
+ <div class="cont designer-view" v-bind="bodyConfig" id="containt">
10
10
  <v-form-render :form-json.sync="formJson" :form-data="formData" :option-data="optionData" ref="vFormRef"
11
11
  :reportTemplate.sync="formTemplate" :conditionParam.sync="conditionParam"
12
12
  :formInsData.sync="formInsData" v-if="showRender" visible-key="showRender" :parent-target="_self"