Commit e6359b31 by chenzhaole

补充created: async(TODO)的处理

Signed-off-by: chenzhaole <chenzhaole>
parent d18d08e5
......@@ -163,8 +163,7 @@
console.log("进入infcpd交易");
let rtnmsg = await this.init({})
if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑
this.updateModel(rtnmsg.data)
}
else {
this.$notify.error({ title: '错误', 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