fix: function select missing.
This commit is contained in:
@@ -191,7 +191,7 @@ var stopAllContract = function () {
|
||||
};
|
||||
var selectContractToExecute = function () {
|
||||
var value = selectedContractAtExecute.value;
|
||||
if (!value && value !== "选择实例") {
|
||||
if (value && value !== "选择实例") {
|
||||
var exportedFunction = mainVue.contracts[value].exportedFunctions;
|
||||
mainVue.contractFunctions = exportedFunction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user