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