centaline-data-driven 1.6.11 → 1.6.13

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.6.11",
3
+ "version": "1.6.13",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,3 +1,18 @@
1
+ # v1.6.13
2
+ 2024-07-09
3
+
4
+ BUG
5
+
6
+ 文件上传,上传前可以选择附件分类,保存验证修复
7
+
8
+ # v1.6.12
9
+ 2024-07-09
10
+
11
+ 优化
12
+
13
+ 文件上传,上传前可以选择附件分类,批量上传后默认当前选中的附件分类
14
+
15
+
1
16
  # v1.6.11
2
17
  2024-07-01
3
18
 
package/src/Form.vue CHANGED
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div id="form-app" class="data-driven" style="width:100%;height:100%;overflow:auto">
3
3
  <!-- <ct-form :source="formdata.content" :apiParam="apiParam"></ct-form> -->
4
- <ct-form :api="'/workflowmange/workFlow/getLayoutOfApproval'" :apiParam="apiParam" :topHeight="topHeight" :documentHeight="'600px'"></ct-form>
4
+ <ct-form :api="'/saleconfigurationmanagement/personnelcommissionallocationmethod/getLayoutOfNew'" :apiParam="apiParam" :topHeight="topHeight" :documentHeight="'600px'"></ct-form>
5
5
  <ct-dialog-list></ct-dialog-list>
6
6
  </div>
7
7
  </template>
@@ -12,7 +12,7 @@
12
12
  data() {
13
13
  return {
14
14
  apiParam:{
15
- "processName":"深圳中原CCES开票审批流程","curActivityName":"总监审批","procInstID":"15857","sn":"15857_100","actionType":2
15
+ "actionType":2
16
16
  },
17
17
  topHeight:10,
18
18
  }
@@ -184,7 +184,7 @@
184
184
  if (typeof item.on.loaded === "undefined") {
185
185
  item.on.loaded = (model) => {
186
186
  mySelf.vmodel.title = (model && model.title) ? model.title : mySelf.vmodel.title
187
- if(model.captionBarButtons){
187
+ if(model && model.captionBarButtons){
188
188
  mySelf.captionBarButtons = model.captionBarButtons
189
189
  }
190
190
  mySelf.modelSelf = model