@@ -153,6 +153,7 @@ export default {
if(this.flow.status == 2){
this.flow.result = "同意";
}
+ this.loading = true;
await verify(this.flow).then(res => {
if (res.code === 200) {
this.fetchPerformance(this.$route.query.performanceId);