jwyu 2 years ago
parent
commit
efbe8a45dd
1 changed files with 7 additions and 0 deletions
  1. 7 0
      pages-approve/businessTrip/add.vue

+ 7 - 0
pages-approve/businessTrip/add.vue

@@ -173,6 +173,13 @@ export default {
         this.id=opt.id
         if(opt.id){
             this.getDetail()
+            uni.setNavigationBarTitle({
+                title: '重新申请',
+                success: (result) => {},
+                fail: () => {},
+                complete: () => {}
+            });
+              
         }
         this.getSystemUsers()
     },