Commit 2655b0b0 authored by renjintao's avatar renjintao

aps

parent 9478014a
...@@ -346,9 +346,10 @@ export default { ...@@ -346,9 +346,10 @@ export default {
Api.apsdatachecked().then(res1=>{ Api.apsdatachecked().then(res1=>{
if(res1.success) if(res1.success)
{ {
if(res1.result) if(res1.result.res)
{ {
this.$Message.success("数据校验成功"); this.$Message.success("数据校验成功");
} }
else else
{ {
......
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