zouling 2 月之前
父节点
当前提交
1f53dd89a1
共有 3 个文件被更改,包括 7 次插入4 次删除
  1. 2 2
      property_ui/manifest.json
  2. 1 1
      property_ui/mine/pages/info/authen.vue
  3. 4 1
      property_ui/people/pages/people/staffadd.vue

+ 2 - 2
property_ui/manifest.json

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

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

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

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

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