jwyu 1 year ago
parent
commit
8695782182
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/custom_manage/customList/customShareList.vue

+ 1 - 1
src/views/custom_manage/customList/customShareList.vue

@@ -588,7 +588,7 @@ export default {
 					this.tableData = res.Data.List || [];
 					this.isShowloadding = false;
 					this.IsShareGroup=res.Data.IsShareGroup||false
-					this.status=res.Data.Status||2
+					this.status=res.Data.Status
 				}
 			})
 		},