diff --git a/src/api/subsidiary/index.js b/src/api/subsidiary/index.js
index fd28665..ae5ee06 100644
--- a/src/api/subsidiary/index.js
+++ b/src/api/subsidiary/index.js
@@ -20,3 +20,11 @@ export const getCompanyDetail=(companyId)=>{
method:'get'
})
}
+
+export const setCompanyLeader=(data)=>{
+ return request({
+ url:'/admin/mosr/sub/company/leader',
+ method:'post',
+ data:data
+ })
+}
diff --git a/src/components/organizationalStructure/CompanyDetail.vue b/src/components/organizationalStructure/CompanyDetail.vue
index 50a58da..05133ad 100644
--- a/src/components/organizationalStructure/CompanyDetail.vue
+++ b/src/components/organizationalStructure/CompanyDetail.vue
@@ -1,10 +1,14 @@
form = e">
+
+
-
-
-
diff --git a/src/views/project-management/mobledetail/ShareDetailMobile.vue b/src/views/project-management/mobledetail/ShareDetailMobile.vue
deleted file mode 100644
index 8fdaa27..0000000
--- a/src/views/project-management/mobledetail/ShareDetailMobile.vue
+++ /dev/null
@@ -1,141 +0,0 @@
-
-
-
-
-
-
-
- {{ formData.shareName }}
-
-
-
-
- {{ formData.apportionmentMonth }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-