Commit d57349b6 authored by wangxiaoming's avatar wangxiaoming

loading fix

parent 5a995f2c
......@@ -274,6 +274,7 @@ export default {
axios.post(`${address}getCapitalDetails`, {
capitalName,
}).then((response) => {
this.searchLoading = false;
if (response.data.code === 200) {
this.tableData = [];
this.no = 0;
......
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