Commit f2ec7bd3 authored by Mac's avatar Mac

1

parent b8689da5
...@@ -494,6 +494,8 @@ ...@@ -494,6 +494,8 @@
that.Success(res.data.message) that.Success(res.data.message)
that.isShowInfo = false; that.isShowInfo = false;
that.getList(); that.getList();
}else{
that.Error(res.data.message)
} }
}) })
}); });
...@@ -515,6 +517,8 @@ ...@@ -515,6 +517,8 @@
that.Success(res.data.message) that.Success(res.data.message)
that.isShowInfo = false; that.isShowInfo = false;
that.getList(); that.getList();
}else{
that.Error(res.data.message)
} }
}) })
......
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