This commit is contained in:
@@ -188,11 +188,13 @@ function clickHandler(menuItem) {
|
||||
var selectedItem = reportList[0].value;
|
||||
m.vm.$gzdialog
|
||||
.getReportChoice(m.vm, reportList, selectedItem)
|
||||
.then(result => {
|
||||
m.vm.$gzevent.$emit(
|
||||
"notify-success",
|
||||
FORM_KEY + "::report click, selected is: [" + result + "]"
|
||||
);
|
||||
.then(res => {
|
||||
if (res) {
|
||||
m.vm.$gzevent.$emit(
|
||||
"notify-success",
|
||||
FORM_KEY + "::report click, selected is: [" + res + "]"
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user