feat: update param filters in listContractProcess

refactor
style
This commit is contained in:
Frank.R.Wu
2021-06-30 10:39:00 +08:00
parent 10841c1b03
commit 59d54cb2b5
12 changed files with 1449 additions and 1457 deletions

View File

@@ -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", "");