centaline-data-driven 1.1.24 → 1.1.25
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
|
@@ -482,7 +482,7 @@
|
|
|
482
482
|
var h5 = this.$refs.listHeader.$el.offsetHeight | 0;
|
|
483
483
|
var h6 = this.$refs.listFooter.$el.offsetHeight | 0;
|
|
484
484
|
let tableHeight = h1 - h2 - h3 - h4 - h5 - h6 - 30;
|
|
485
|
-
|
|
485
|
+
|
|
486
486
|
this.model.tableHeight = tableHeight < 50 ? 350 : tableHeight;
|
|
487
487
|
this.$nextTick(() => {
|
|
488
488
|
self.getScrollAttr();
|
|
@@ -195,8 +195,6 @@ const SearchScreen = function (source, callBack, screenPara) {
|
|
|
195
195
|
Vue.prototype.$api.postHandler(common.globalUri(), { action: source, para: screenPara }).then(
|
|
196
196
|
function (response) {
|
|
197
197
|
if (response.rtnCode === Enum.ReturnCode.Successful) {
|
|
198
|
-
response.content.title='XXXXXXXXXXX';
|
|
199
|
-
response.content.flagShowTitle=true;
|
|
200
198
|
var rtn = init(response);
|
|
201
199
|
if (callBack) {
|
|
202
200
|
callBack(rtn);
|