Commit 58f1969f by Takumi Imai

Merge branch 'feature/1.0_check_web_dev_51250' into 'feature/1.0_check_web_dev'

go to dashboard screen when close send message success modal

See merge request !117
parents 03a073b8 ae0155b5
...@@ -94,7 +94,14 @@ SendMessage.postMessage = function (message, operationId, sendType) { ...@@ -94,7 +94,14 @@ SendMessage.postMessage = function (message, operationId, sendType) {
false, false,
function (json) { function (json) {
COMMON.closeLoading(); COMMON.closeLoading();
COMMON.showAlert('msgSendPushMessageSuccess', 'success'); //COMMON.showAlert('msgSendPushMessageSuccess', 'success');
COMMON.showConfirm('msgSendPushMessageSuccess', function() {
COMMON.avwScreenMove('dashboard.html');
}, {
titleCode: 'success',
confirmYesCode: 'close',
confirmNoCode: null,
});
}, },
function () { function () {
console.log('SendMessage.postMessage error'); console.log('SendMessage.postMessage error');
......
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