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
package/release-log.md
CHANGED
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="'/
|
|
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
|
-
"
|
|
15
|
+
"paymentId":"1765284601361645570","actionType":"1","pageStyle":"2","pageTitle":"放款申请查看","pageOnly":"true"
|
|
16
16
|
},
|
|
17
17
|
topHeight:10,
|
|
18
18
|
}
|
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
|
-
|
|
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: '
|
|
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(
|
|
56621
|
+
rtn._buttonsShow.push(v);
|
|
56622
56622
|
}
|
|
56623
56623
|
});
|
|
56624
56624
|
}
|