feat: update param filters in listContractProcess
refactor style
This commit is contained in:
@@ -12,6 +12,7 @@ var expandOrCollapse = function () {
|
||||
var listContracts = function () {
|
||||
var request = {};
|
||||
request.action = "listContractProcess";
|
||||
request.filters = 2;
|
||||
global.wssocket.send(JSON.stringify(request));
|
||||
};
|
||||
|
||||
@@ -75,7 +76,7 @@ var importContractInstanceCodeByDOI = function () {
|
||||
global.wssocket.send(JSON.stringify(request));
|
||||
};
|
||||
|
||||
var openinClient = function () {
|
||||
var openInClient = function () {
|
||||
var path = document.location.pathname;
|
||||
path = path.replace("/SCIDE", "");
|
||||
path = path.replace("/OnlineIDE.html", "");
|
||||
|
||||
Reference in New Issue
Block a user