SanHQin 6 months ago
parent
commit
f9e2f5d660
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/api/classObserve.js

+ 8 - 0
src/api/classObserve.js

@@ -222,3 +222,11 @@ export function getShareRoleList(data){//获取自己的角色列表
 	})
 }
 
+export function getSModelList(params){
+	return request({
+		url: '/select_smodel',
+    method: 'get',
+    params,
+    hideloading: true
+	})
+}