Commit 2895fe4e by NGUYEN HOANG SON

Merge branch 'feature/1.0_check_web_dev_50269' into feature/1.0_check_web_dev_50270

parents 6e68f433 cc2b9fb6
......@@ -50,11 +50,12 @@ OperationSelect.selectOperationClick = function () {
/**
* init data, action when screen onload
*/
OperationSelect.init = function () {
OperationSelect.init = function (selectedCallback) {
OperationSelect.getOperationSelectData(function (data) {
OperationSelect.createOperationSelectList(data);
});
OperationSelect.selectOperationClick();
OperationSelect.changeSelectCallback = selectedCallback;
};
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment