@@ -221,6 +221,8 @@ export default {
remarkType: '1',
}).then((res) => {
if (res.code == 200) {
+ this.$toast('点评成功!');
+ this.dataform.remarkContent = '';
this.getVisitsDetailFn();
}
});