centaline-data-driven 1.2.84 → 1.2.85
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/SearchList.vue
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
<!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'" :searchDataApi="'/PropertyRETList/getListOfSearchModel'" :searchCategoryApi="'/PropertyRETList/getLayoutOfSearchCategory'"></ct-searchlist> -->
|
|
6
6
|
|
|
7
|
-
<ct-searchlist :searchConditionApi="'/
|
|
8
|
-
:searchDataApi="'/
|
|
7
|
+
<ct-searchlist :searchConditionApi="'/SystemParameterList/getLayoutOfSearch'"
|
|
8
|
+
:searchDataApi="'/SystemParameterList/getListOfSearchModel'" :apiParam="para"></ct-searchlist>
|
|
9
9
|
|
|
10
10
|
<!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'"
|
|
11
11
|
:searchDataApi="'/PropertyRETList/getListOfSearchModel'"
|
|
@@ -26,11 +26,10 @@
|
|
|
26
26
|
data() {
|
|
27
27
|
return {
|
|
28
28
|
para:{
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
code: "001.001",
|
|
30
|
+
name: "物业用途",
|
|
31
|
+
paramKey: "PropertyUsageID",
|
|
32
|
+
paramName: "物业用途"
|
|
34
33
|
},
|
|
35
34
|
// para: {searchFields: {fields: []}, pageAttribute: {pageIndex: 1}, flagSearch: true}
|
|
36
35
|
// para: {publishID: "1503900718229229568"}
|
|
@@ -764,7 +764,7 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
|
|
|
764
764
|
}
|
|
765
765
|
|
|
766
766
|
source.page.rows = source.page.rows - deleteRow.length;
|
|
767
|
-
if (rtn.cellLayout
|
|
767
|
+
if (rtn.cellLayout) {
|
|
768
768
|
rtn.$vue.$delete(rtn.listData, rtn.selectIndex);
|
|
769
769
|
}
|
|
770
770
|
break;
|
package/src/main.js
CHANGED
|
@@ -12,10 +12,10 @@ Vue.use(ElementUI, { size: 'mini'});
|
|
|
12
12
|
// 关闭生产模式下给出的提示
|
|
13
13
|
Vue.config.productionTip = false;
|
|
14
14
|
Vue.use(centaline, {
|
|
15
|
-
|
|
15
|
+
baseUrl: "http://10.88.22.13:7070/v1/form/router",
|
|
16
16
|
// baseUrl: "http://10.88.23.22:9999/v1/form/router",
|
|
17
|
-
baseUrl: "http://10.88.22.69:8080/",
|
|
18
|
-
flagRouterSelf: true,
|
|
17
|
+
// baseUrl: "http://10.88.22.69:8080/",
|
|
18
|
+
// flagRouterSelf: true,
|
|
19
19
|
zindex: 999,
|
|
20
20
|
showRequestErrorMessage: true,
|
|
21
21
|
handler: {
|