Commit 27f3372c authored by lshan's avatar lshan

。。

parent 370df98f
...@@ -341,8 +341,7 @@ export default Vue.extend({ ...@@ -341,8 +341,7 @@ export default Vue.extend({
await FAQService.getInstance().DeleteQueAns({id:this.id+''}); await FAQService.getInstance().DeleteQueAns({id:this.id+''});
} }
this.visible = false this.visible = false
this.fetchList() this.fetchList();
console.log(this.chatList,'this.chatList');
}catch (err) {} }catch (err) {}
}, },
......
...@@ -228,6 +228,6 @@ export default Vue.extend({ ...@@ -228,6 +228,6 @@ export default Vue.extend({
background: #fff; background: #fff;
} }
.hover:hover{ .hover:hover{
color: #43c459; color: #324ee7;
} }
</style> </style>
\ No newline at end of file
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