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