|
@@ -86,8 +86,12 @@ function departmentList() {
|
|
|
return request.post(constant.serverUrl + "/base/companyInfo/departmentList");
|
|
|
}
|
|
|
|
|
|
+function getCompanyName(formData) {
|
|
|
+ return request.post(constant.serverUrl + "/base/companyInfo/getCompanyName", formData);
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
export default {
|
|
|
list, create, edit, add, update, remove, batchRemove, pageList, queryBindDeviceList,
|
|
|
- bindDevice, unbindDevice,loadChildren,treeList,isOpenMobilePayment,departmentList
|
|
|
+ bindDevice, unbindDevice,loadChildren,treeList,isOpenMobilePayment,departmentList,getCompanyName
|
|
|
}
|