修复窗口未关闭问题
This commit is contained in:
@@ -280,7 +280,7 @@ export default {
|
|||||||
$("#tipMsg").text("保存成功");
|
$("#tipMsg").text("保存成功");
|
||||||
$("#tipModal").modal('show');
|
$("#tipModal").modal('show');
|
||||||
TableHelper.doRefresh("#table");
|
TableHelper.doRefresh("#table");
|
||||||
$("#updateItemModal").modal('hide');
|
$("#updateCapModal").modal('hide');
|
||||||
} else {
|
} else {
|
||||||
$("#tipMsg").text("保存失败." + json.message);
|
$("#tipMsg").text("保存失败." + json.message);
|
||||||
$("#tipModal").modal('show');
|
$("#tipModal").modal('show');
|
||||||
@@ -323,6 +323,7 @@ export default {
|
|||||||
$("#tipMsg").text("保存成功");
|
$("#tipMsg").text("保存成功");
|
||||||
$("#tipModal").modal('show');
|
$("#tipModal").modal('show');
|
||||||
TableHelper.doRefresh("#table");
|
TableHelper.doRefresh("#table");
|
||||||
|
$("#addCapModal").modal('hide');
|
||||||
} else {
|
} else {
|
||||||
$("#tipMsg").text("保存失败." + json.message);
|
$("#tipMsg").text("保存失败." + json.message);
|
||||||
$("#tipModal").modal('show');
|
$("#tipModal").modal('show');
|
||||||
|
@@ -331,7 +331,7 @@ export default {
|
|||||||
$("#tipMsg").text("保存成功");
|
$("#tipMsg").text("保存成功");
|
||||||
$("#tipModal").modal('show');
|
$("#tipModal").modal('show');
|
||||||
TableHelper.doRefresh("#table");
|
TableHelper.doRefresh("#table");
|
||||||
$("#updateItemModal").modal('hide');
|
$("#updateJoinHandModal").modal('show');
|
||||||
} else {
|
} else {
|
||||||
$("#tipMsg").text("保存失败." + json.message);
|
$("#tipMsg").text("保存失败." + json.message);
|
||||||
$("#tipModal").modal('show');
|
$("#tipModal").modal('show');
|
||||||
@@ -374,6 +374,7 @@ export default {
|
|||||||
$("#tipMsg").text("保存成功");
|
$("#tipMsg").text("保存成功");
|
||||||
$("#tipModal").modal('show');
|
$("#tipModal").modal('show');
|
||||||
TableHelper.doRefresh("#table");
|
TableHelper.doRefresh("#table");
|
||||||
|
$("#addJoinHandModal").modal('hide');
|
||||||
} else {
|
} else {
|
||||||
$("#tipMsg").text("保存失败." + json.message);
|
$("#tipMsg").text("保存失败." + json.message);
|
||||||
$("#tipModal").modal('show');
|
$("#tipModal").modal('show');
|
||||||
|
Reference in New Issue
Block a user