提交 acb3cb28 编写于 作者: qian.jie's avatar qian.jie

Merge branch 'feature/jq' into 'develop'

发布dev

See merge request !166
...@@ -337,8 +337,10 @@ ...@@ -337,8 +337,10 @@
}); });
}, },
searchInStep() { searchInStep() {
this.loading = true;
workInStep().then((res) => { workInStep().then((res) => {
if (res.code === '000000') { if (res.code === '000000') {
this.loading = false;
this.search(); this.search();
} }
}); });
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册