|
@@ -17439,6 +17439,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
if (data.id) {
|
|
if (data.id) {
|
|
|
toaster.pop('success', '提示', '保存成功');
|
|
toaster.pop('success', '提示', '保存成功');
|
|
|
loadData();
|
|
loadData();
|
|
|
|
|
+ window.location.reload();
|
|
|
}
|
|
}
|
|
|
if (data.error) {
|
|
if (data.error) {
|
|
|
toaster.pop('error', '提示', '保存失败');
|
|
toaster.pop('error', '提示', '保存失败');
|
|
@@ -17469,6 +17470,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
if (data.id) {
|
|
if (data.id) {
|
|
|
toaster.pop('success', '提示', '提交成功');
|
|
toaster.pop('success', '提示', '提交成功');
|
|
|
window.location.hash = "#/purc/deputy/" + data.id;
|
|
window.location.hash = "#/purc/deputy/" + data.id;
|
|
|
|
|
+ window.location.reload();
|
|
|
}
|
|
}
|
|
|
if (data.error) {
|
|
if (data.error) {
|
|
|
toaster.pop('error', '提示', '保存失败');
|
|
toaster.pop('error', '提示', '保存失败');
|