Commit e04937fd authored by salitedfish's avatar salitedfish

fix:修改存证数量显示bug

parent 41ec5d8f
...@@ -48,7 +48,8 @@ export default Vue.extend({ ...@@ -48,7 +48,8 @@ export default Vue.extend({
}, },
async getApplyCount(){ async getApplyCount(){
const res = await this.$service.copyrightService.getApplyCount() const res = await this.$service.copyrightService.getApplyCount()
if(res) this.count = res.data console.log(res)
if(res) this.count = res
} }
} }
}) })
......
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