zouling 2 months ago
parent
commit
1f53dd89a1

+ 2 - 2
property_ui/manifest.json

@@ -2,8 +2,8 @@
     "name" : "智慧社区物管端",
     "name" : "智慧社区物管端",
     "appid" : "__UNI__35B39A9",
     "appid" : "__UNI__35B39A9",
     "description" : "",
     "description" : "",
-    "versionName" : "1.0.1",
-    "versionCode" : 101,
+    "versionName" : "1.0.2",
+    "versionCode" : 102,
     "transformPx" : false,
     "transformPx" : false,
     "app-plus" : {
     "app-plus" : {
         "usingComponents" : true,
         "usingComponents" : true,

+ 1 - 1
property_ui/mine/pages/info/authen.vue

@@ -197,7 +197,7 @@
 					userId:info.userId,
 					userId:info.userId,
 					tenantId:info.tenantId,
 					tenantId:info.tenantId,
 				}
 				}
-				staffDel(params).then(res=>{
+				staffDel(info.staffId).then(res=>{
 					if(res.code==200){
 					if(res.code==200){
 						this.$toast("删除成功");
 						this.$toast("删除成功");
 						setTimeout(function(){
 						setTimeout(function(){

+ 4 - 1
property_ui/people/pages/people/staffadd.vue

@@ -203,7 +203,9 @@
 			this.gettenantList();
 			this.gettenantList();
 			if(e.id){
 			if(e.id){
 				this.id=e.id;
 				this.id=e.id;
-				this.ptype='edit';
+				if(this.rztype=='rz'){
+					this.ptype='edit';
+				}
 				// this.isdisabled=true;
 				// this.isdisabled=true;
 				this.getDetailFn()
 				this.getDetailFn()
 			}
 			}
@@ -401,6 +403,7 @@
 							var tenantId=res.data.tenantId
 							var tenantId=res.data.tenantId
 							if(this.rztype=='rzadd'){
 							if(this.rztype=='rzadd'){
 								this.datainfo=this.filterObjectByChar(res.data,'staffId');
 								this.datainfo=this.filterObjectByChar(res.data,'staffId');
+								this.datainfo.examine=1
 							}else{
 							}else{
 								this.datainfo=res.data;
 								this.datainfo=res.data;
 							}
 							}