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

发布dev

上级 6bf37945
...@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册