jwyu 2 жил өмнө
parent
commit
efbe8a45dd

+ 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()
     },