@@ -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,
@@ -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(){
@@ -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;