centaline-data-driven 1.3.77 → 1.3.78
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/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="'/PropertyRET/getLayoutOfNew'" :apiParam="apiParam" :topHeight="topHeight"></ct-form>
|
|
5
5
|
<ct-dialog-list></ct-dialog-list>
|
|
6
6
|
</div>
|
|
7
7
|
</template>
|
|
@@ -12,7 +12,15 @@
|
|
|
12
12
|
data() {
|
|
13
13
|
return {
|
|
14
14
|
apiParam:{
|
|
15
|
-
|
|
15
|
+
actionType: "2",
|
|
16
|
+
buildingID: "1",
|
|
17
|
+
estateID: "1",
|
|
18
|
+
floorID: "1",
|
|
19
|
+
pageOnly: "true",
|
|
20
|
+
pageTitle: "开盘",
|
|
21
|
+
propertyID: "",
|
|
22
|
+
roomNo: "1563",
|
|
23
|
+
tradeID: "200",
|
|
16
24
|
},
|
|
17
25
|
topHeight:10,
|
|
18
26
|
}
|
|
@@ -280,7 +280,11 @@
|
|
|
280
280
|
},
|
|
281
281
|
selectOption(value) {
|
|
282
282
|
if (this.model.value.find((v) => { return v === value })) {
|
|
283
|
-
this.
|
|
283
|
+
if(this.model.lockedValue && this.model.lockedValue.length>0 && this.model.lockedValue.includes(value)){
|
|
284
|
+
}
|
|
285
|
+
else{
|
|
286
|
+
this.deleteOption(value);
|
|
287
|
+
}
|
|
284
288
|
}
|
|
285
289
|
else {
|
|
286
290
|
this.model.value.push(value);
|
package/src/main.js
CHANGED
|
@@ -43,7 +43,7 @@ Vue.use(centaline, {
|
|
|
43
43
|
getRequestHeaders: function () {
|
|
44
44
|
return {
|
|
45
45
|
oldToken: '42ccd644-040d-4e01-9521-1623f1884058',
|
|
46
|
-
token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.
|
|
46
|
+
token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjjEOgkAQRe8yNZM48Hd3hk4XbDwEgbAmWBmBRGO8uxqho_cVr3jN_08a545KCgu8oZXGFnhDK40ILIiveW8hMjwKVonKET7iWNVFPFSUUbpfqRTv4XbwOTIa2ukXIJp_wzym2yk9_nHuMg2fWWhwDqllUdcxehirOcepOAdr806lN3q9AQAA__8.YOFPhpo9pAAnZWPXv2oF6G8D9zEEo05LGtJVh38mj4w',
|
|
47
47
|
|
|
48
48
|
originalRequestURL: 'http://10.88.22.67:8080',
|
|
49
49
|
EstateInfo: '{"estateId":"FAF029E8-EC28-4297-83CF-B8FFD826DB91","estateName":"AABBCC"}',
|