fixed typo caused error in Admin UI

pull/63/MERGE
13621160019@163.com 2021-08-25 17:33:59 +08:00
parent 3ef7ce386b
commit 1b07a2147d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ app.controller('CostCenterTariffController', function ($scope, $translate,
if (angular.isDefined(response.status) && response.status === 204) { if (angular.isDefined(response.status) && response.status === 204) {
toaster.pop({ toaster.pop({
type: "success", type: "success",
title: popTi$translate.instant("TOASTER.SUCCESS_TITLE"), title: $translate.instant("TOASTER.SUCCESS_TITLE"),
body: $translate.instant("TOASTER.SUCCESS_DELETE_BODY", {template: $translate.instant("TOASTER.UNBIND_TARIFF_SUCCESS")}), body: $translate.instant("TOASTER.SUCCESS_DELETE_BODY", {template: $translate.instant("TOASTER.UNBIND_TARIFF_SUCCESS")}),
showCloseButton: true, showCloseButton: true,
}); });