centaline-data-driven 1.6.0 → 1.6.1

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.0",
3
+ "version": "1.6.1",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,3 +1,10 @@
1
+ # v1.6.1
2
+ 2024-03-11
3
+
4
+ bug
5
+
6
+ 表单列表操作显示bug处理
7
+
1
8
  # v1.6.0
2
9
  2024-03-01
3
10
 
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="'/third-dept-tran/second-hand-transaction/electronic-contract'" :apiParam="apiParam" :topHeight="topHeight"></ct-form>
4
+ <ct-form :api="'/finance/refund-apply/refundApplyInfoView'" :apiParam="apiParam" :topHeight="topHeight"></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
- "originalTraId":"1752262617589448705"
15
+ "paymentId":"1765284601361645570","actionType":"1","pageStyle":"2","pageTitle":"放款申请查看","pageOnly":"true"
16
16
  },
17
17
  topHeight:10,
18
18
  }
@@ -141,7 +141,7 @@ const FormList = function (source, master) {
141
141
  if (rtn.buttons) {
142
142
  rtn.buttons.forEach((v) => {
143
143
  if(v.show){
144
- rtn._buttonsShow.push(button);
144
+ rtn._buttonsShow.push(v);
145
145
  }
146
146
  });
147
147
  }
package/src/main.js CHANGED
@@ -26,7 +26,7 @@ Vue.use(centaline, {
26
26
  // baseUrl: "http://10.88.22.42:9999/service-api/",
27
27
  // baseUrl: "http://10.1.245.111:38028/",
28
28
  // baseUrl: "http://tjcptest.centaline.com.cn/",
29
- // baseUrl: "http://tjcpuat.centaline.com.cn:9090/",
29
+ baseUrl: "https://shccai.centaline.com.cn/api/",
30
30
  flagRouterSelf: true,
31
31
  zindex: 999,
32
32
  showRequestSuccessMessage: true,
@@ -55,7 +55,7 @@ Vue.use(centaline, {
55
55
  // 获取请求头
56
56
  getRequestHeaders: function () {
57
57
  return {
58
- oldToken: 'ef4d1857-73a3-4ff7-960b-1c27f1ae3f95',
58
+ oldToken: '591b739f-0a9c-47ea-849d-c08394022b0d',
59
59
  token:'1080-1762727915918856192',
60
60
  authObject: '{token:"1080-1763003422333865984"}',
61
61
 
@@ -56618,7 +56618,7 @@ var FormList = function FormList(source, master) {
56618
56618
  if (rtn.buttons) {
56619
56619
  rtn.buttons.forEach(function (v) {
56620
56620
  if (v.show) {
56621
- rtn._buttonsShow.push(button);
56621
+ rtn._buttonsShow.push(v);
56622
56622
  }
56623
56623
  });
56624
56624
  }