@farris/bef
Advanced tools
Comparing version 0.0.11-201902272000 to 0.0.11-201902272025
@@ -1262,2 +1262,3 @@ (function (global, factory) { | ||
_this.repository.handleDataChangeDetails(responseInfo.innerDataChange); | ||
_this.repository.clearAllEntityChanges(); | ||
} | ||
@@ -1372,6 +1373,3 @@ // 清空本地变更集 | ||
data = data || {}; | ||
var result = this.befRepository.restService.request(url, 'GET', { nodeCode: tableName, queryParam: JSON.stringify(data) }); | ||
return result.pipe(map.map(function (responseInfo) { | ||
return responseInfo.returnValue; | ||
})); | ||
return this.befRepository.restService.request(url, 'GET', { nodeCode: tableName, queryParam: JSON.stringify(data) }); | ||
}; | ||
@@ -1378,0 +1376,0 @@ BefLookupRestService.prototype.convert2TreeDataWithPathCode = function (data, layer, parentPathCode) { |
@@ -1219,2 +1219,3 @@ import { InjectionToken, Injectable, Injector } from '@angular/core'; | ||
this.repository.handleDataChangeDetails(responseInfo.innerDataChange); | ||
this.repository.clearAllEntityChanges(); | ||
} | ||
@@ -1328,6 +1329,3 @@ // 清空本地变更集 | ||
data = data || {}; | ||
const result = this.befRepository.restService.request(url, 'GET', { nodeCode: tableName, queryParam: JSON.stringify(data) }); | ||
return result.pipe(map((responseInfo) => { | ||
return responseInfo.returnValue; | ||
})); | ||
return this.befRepository.restService.request(url, 'GET', { nodeCode: tableName, queryParam: JSON.stringify(data) }); | ||
} | ||
@@ -1334,0 +1332,0 @@ convert2TreeDataWithPathCode(data, layer = 1, parentPathCode = '01') { |
@@ -1266,2 +1266,3 @@ import { InjectionToken, Injectable, Injector } from '@angular/core'; | ||
_this.repository.handleDataChangeDetails(responseInfo.innerDataChange); | ||
_this.repository.clearAllEntityChanges(); | ||
} | ||
@@ -1376,6 +1377,3 @@ // 清空本地变更集 | ||
data = data || {}; | ||
var result = this.befRepository.restService.request(url, 'GET', { nodeCode: tableName, queryParam: JSON.stringify(data) }); | ||
return result.pipe(map(function (responseInfo) { | ||
return responseInfo.returnValue; | ||
})); | ||
return this.befRepository.restService.request(url, 'GET', { nodeCode: tableName, queryParam: JSON.stringify(data) }); | ||
}; | ||
@@ -1382,0 +1380,0 @@ BefLookupRestService.prototype.convert2TreeDataWithPathCode = function (data, layer, parentPathCode) { |
{ | ||
"name": "@farris/bef", | ||
"version": "0.0.11-201902272000", | ||
"version": "0.0.11-201902272025", | ||
"description": "Farris Bef", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/index.umd.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
468948
4687