lcl 7 months ago
parent
commit
1c97ca1693
28 changed files with 937 additions and 137 deletions
  1. 66 66
      src/api/system.ts
  2. 2 2
      src/api/user.ts
  3. 2 2
      src/views/api/apiGroup/components/add/index.vue
  4. 3 3
      src/views/api/apiGroup/components/update/index.vue
  5. 3 3
      src/views/api/apiGroup/hook.tsx
  6. 3 3
      src/views/api/apiInfo/components/add/index.vue
  7. 3 3
      src/views/api/apiInfo/components/setRouter/index.vue
  8. 3 3
      src/views/api/apiInfo/components/setVersion/index.vue
  9. 4 4
      src/views/api/apiInfo/components/update/index.vue
  10. 4 4
      src/views/api/apiInfo/hook.tsx
  11. 2 2
      src/views/app/appBottomNavs/components/add/index.vue
  12. 3 3
      src/views/app/appBottomNavs/components/update/index.vue
  13. 3 3
      src/views/app/appBottomNavs/hook.tsx
  14. 2 2
      src/views/app/appVersion/components/add/index.vue
  15. 3 3
      src/views/app/appVersion/components/update/index.vue
  16. 3 3
      src/views/app/appVersion/hook.tsx
  17. 2 2
      src/views/app/fileUpdateInfo/components/add/index.vue
  18. 3 3
      src/views/app/fileUpdateInfo/components/upVersion/index.vue
  19. 3 3
      src/views/app/fileUpdateInfo/components/update/index.vue
  20. 6 6
      src/views/app/fileUpdateInfo/hook.tsx
  21. 2 2
      src/views/app/pageUpdateInfo/components/add/index.vue
  22. 3 3
      src/views/app/pageUpdateInfo/components/upVersion/index.vue
  23. 3 3
      src/views/app/pageUpdateInfo/components/update/index.vue
  24. 6 6
      src/views/app/pageUpdateInfo/hook.tsx
  25. 218 0
      src/views/pri/priProject/components/add/index.vue
  26. 228 0
      src/views/pri/priProject/components/updatePriProject/index.vue
  27. 192 0
      src/views/pri/priProject/hook.tsx
  28. 162 0
      src/views/pri/priProject/index.vue

+ 66 - 66
src/api/system.ts

@@ -15,48 +15,48 @@ const UrlList = await getGroupUrl();
 /** 获取用户管理列表 */
 export const getUserList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.userpage.url,
-    method: UrlList.telMainServer.userpage.method,
+    url: UrlList.prizeSet.userpage.url,
+    method: UrlList.prizeSet.userpage.method,
     params
   });
 };
 /** 修改用户密码 */
 export const changeUserPassword = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.userpassword.url,
-    method: UrlList.telMainServer.userpassword.method,
+    url: UrlList.prizeSet.userpassword.url,
+    method: UrlList.prizeSet.userpassword.method,
     params
   });
 };
 /** 锁定用户 */
 export const lockUserList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.userlock.url,
-    method: UrlList.telMainServer.userlock.method,
+    url: UrlList.prizeSet.userlock.url,
+    method: UrlList.prizeSet.userlock.method,
     params
   });
 };
 /** 删除用户 */
 export const deleteUserList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.userremoveById.url,
-    method: UrlList.telMainServer.userremoveById.method,
+    url: UrlList.prizeSet.userremoveById.url,
+    method: UrlList.prizeSet.userremoveById.method,
     params
   });
 };
 /** 新增用户 */
 export const AddUserList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.useradd.url,
-    method: UrlList.telMainServer.useradd.method,
+    url: UrlList.prizeSet.useradd.url,
+    method: UrlList.prizeSet.useradd.method,
     params
   });
 };
 /** 编辑用户 */
 export const editUserList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.userupdate.url,
-    method: UrlList.telMainServer.userupdate.method,
+    url: UrlList.prizeSet.userupdate.url,
+    method: UrlList.prizeSet.userupdate.method,
     params
   });
 };
@@ -66,56 +66,56 @@ export const editUserList = (params?: object): dataResult => {
 /** 获取全部角色管理列表 */
 export const getAllRoleList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.rolelist.url,
-    method: UrlList.telMainServer.rolelist.method,
+    url: UrlList.prizeSet.rolelist.url,
+    method: UrlList.prizeSet.rolelist.method,
     params
   });
 };
 /** 获取角色管理列表 */
 export const getRoleList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.rolepage.url,
-    method: UrlList.telMainServer.rolepage.method,
+    url: UrlList.prizeSet.rolepage.url,
+    method: UrlList.prizeSet.rolepage.method,
     params
   });
 };
 /** 获取当前角色权限列表 */
 export const getRoleRightList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.menugetRoleTree.url,
-    method: UrlList.telMainServer.menugetRoleTree.method,
+    url: UrlList.prizeSet.menugetRoleTree.url,
+    method: UrlList.prizeSet.menugetRoleTree.method,
     params
   });
 };
 /** 添加系统角色 */
 export const postRoleList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.roleadd.url,
-    method: UrlList.telMainServer.roleadd.method,
+    url: UrlList.prizeSet.roleadd.url,
+    method: UrlList.prizeSet.roleadd.method,
     params
   });
 };
 /** 编辑系统角色 */
 export const putRoleList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.roleupdate.url,
-    method: UrlList.telMainServer.roleupdate.method,
+    url: UrlList.prizeSet.roleupdate.url,
+    method: UrlList.prizeSet.roleupdate.method,
     params
   });
 };
 /** 删除系统角色 */
 export const deleteRoleList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.roleremoveById.url,
-    method: UrlList.telMainServer.roleremoveById.method,
+    url: UrlList.prizeSet.roleremoveById.url,
+    method: UrlList.prizeSet.roleremoveById.method,
     params
   });
 };
 /** 获取所有角色权限列表 */
 export const getRoleTreeList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.menugetRoleTree.url,
-    method: UrlList.telMainServer.menugetRoleTree.method,
+    url: UrlList.prizeSet.menugetRoleTree.url,
+    method: UrlList.prizeSet.menugetRoleTree.method,
     params
   });
 };
@@ -125,16 +125,16 @@ export const getRoleTreeList = (params?: object): dataResult => {
 /** 获取菜单列表 */
 export const getMenuList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.menutree.url,
-    method: UrlList.telMainServer.menutree.method,
+    url: UrlList.prizeSet.menutree.url,
+    method: UrlList.prizeSet.menutree.method,
     params
   });
 };
 /** 获取菜单列表 */
 export const putRoleMenuList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.rolemenu.url,
-    method: UrlList.telMainServer.rolemenu.method,
+    url: UrlList.prizeSet.rolemenu.url,
+    method: UrlList.prizeSet.rolemenu.method,
     params
   });
 };
@@ -142,8 +142,8 @@ export const putRoleMenuList = (params?: object): dataResult => {
 export const postMenuList = (params?: object): dataResult => {
   console.log(params);
   return http.Request({
-    url: UrlList.telMainServer.menuadd.url,
-    method: UrlList.telMainServer.menuadd.method,
+    url: UrlList.prizeSet.menuadd.url,
+    method: UrlList.prizeSet.menuadd.method,
     params
   });
 };
@@ -151,16 +151,16 @@ export const postMenuList = (params?: object): dataResult => {
 export const putMenuList = (params?: object): dataResult => {
   console.log(params);
   return http.Request({
-    url: UrlList.telMainServer.menuupdate.url,
-    method: UrlList.telMainServer.menuupdate.method,
+    url: UrlList.prizeSet.menuupdate.url,
+    method: UrlList.prizeSet.menuupdate.method,
     params
   });
 };
 /** 删除菜单 */
 export const deleteMenuList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.menuremoveById.url,
-    method: UrlList.telMainServer.menuremoveById.method,
+    url: UrlList.prizeSet.menuremoveById.url,
+    method: UrlList.prizeSet.menuremoveById.method,
     params
   });
 };
@@ -170,40 +170,40 @@ export const deleteMenuList = (params?: object): dataResult => {
 /** 获取全部部门列表 */
 export const getAllDeptList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.deptlist.url,
-    method: UrlList.telMainServer.deptlist.method,
+    url: UrlList.prizeSet.deptlist.url,
+    method: UrlList.prizeSet.deptlist.method,
     params
   });
 };
 /** 获取部门列表 */
 export const getDeptList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.depttree.url,
-    method: UrlList.telMainServer.depttree.method,
+    url: UrlList.prizeSet.depttree.url,
+    method: UrlList.prizeSet.depttree.method,
     params
   });
 };
 /** 删除部门列表 */
 export const deleteDeptList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.deptremoveById.url,
-    method: UrlList.telMainServer.deptremoveById.method,
+    url: UrlList.prizeSet.deptremoveById.url,
+    method: UrlList.prizeSet.deptremoveById.method,
     params
   });
 };
 /** 编辑部门 */
 export const putDeptList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.deptupdate.url,
-    method: UrlList.telMainServer.deptupdate.method,
+    url: UrlList.prizeSet.deptupdate.url,
+    method: UrlList.prizeSet.deptupdate.method,
     params
   });
 };
 /** 添加部门 */
 export const postDeptList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.deptadd.url,
-    method: UrlList.telMainServer.deptadd.method,
+    url: UrlList.prizeSet.deptadd.url,
+    method: UrlList.prizeSet.deptadd.method,
     params
   });
 };
@@ -212,40 +212,40 @@ export const postDeptList = (params?: object): dataResult => {
 /** 获取全部列表 */
 export const getAllPostList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.postlist.url,
-    method: UrlList.telMainServer.postlist.method,
+    url: UrlList.prizeSet.postlist.url,
+    method: UrlList.prizeSet.postlist.method,
     params
   });
 };
 /** 获取分页岗位列表 */
 export const getPostList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.postpage.url,
-    method: UrlList.telMainServer.postpage.method,
+    url: UrlList.prizeSet.postpage.url,
+    method: UrlList.prizeSet.postpage.method,
     params
   });
 };
 /** 删除岗位列表 */
 export const deletePostList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.postremoveById.url,
-    method: UrlList.telMainServer.postremoveById.method,
+    url: UrlList.prizeSet.postremoveById.url,
+    method: UrlList.prizeSet.postremoveById.method,
     params
   });
 };
 /** 编辑岗位 */
 export const putPostList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.postupdate.url,
-    method: UrlList.telMainServer.postupdate.method,
+    url: UrlList.prizeSet.postupdate.url,
+    method: UrlList.prizeSet.postupdate.method,
     params
   });
 };
 /** 添加岗位 */
 export const postPostList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.postadd.url,
-    method: UrlList.telMainServer.postadd.method,
+    url: UrlList.prizeSet.postadd.url,
+    method: UrlList.prizeSet.postadd.method,
     params
   });
 };
@@ -254,8 +254,8 @@ export const postPostList = (params?: object): dataResult => {
 /** 修改公共参数 */
 export const paramUpdate = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.paramupdate.url,
-    method: UrlList.telMainServer.paramupdate.method,
+    url: UrlList.prizeSet.paramupdate.url,
+    method: UrlList.prizeSet.paramupdate.method,
     params
   });
 };
@@ -266,8 +266,8 @@ export const paramUpdate = (params?: object): dataResult => {
 /** 获取市场列表 */
 export const getRelationList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.relationtree.url,
-    method: UrlList.telMainServer.relationtree.method,
+    url: UrlList.prizeSet.relationtree.url,
+    method: UrlList.prizeSet.relationtree.method,
     params
   });
 };
@@ -275,8 +275,8 @@ export const getRelationList = (params?: object): dataResult => {
 export const postRelationList = (params?: object): dataResult => {
   console.log(params);
   return http.Request({
-    url: UrlList.telMainServer.relationadd.url,
-    method: UrlList.telMainServer.relationadd.method,
+    url: UrlList.prizeSet.relationadd.url,
+    method: UrlList.prizeSet.relationadd.method,
     params
   });
 };
@@ -284,16 +284,16 @@ export const postRelationList = (params?: object): dataResult => {
 export const putRelationList = (params?: object): dataResult => {
   console.log(params);
   return http.Request({
-    url: UrlList.telMainServer.relationupdate.url,
-    method: UrlList.telMainServer.relationupdate.method,
+    url: UrlList.prizeSet.relationupdate.url,
+    method: UrlList.prizeSet.relationupdate.method,
     params
   });
 };
 /** 删除市场 */
 export const deleteRelationList = (params?: object): dataResult => {
   return http.Request({
-    url: UrlList.telMainServer.relationremoveById.url,
-    method: UrlList.telMainServer.relationremoveById.method,
+    url: UrlList.prizeSet.relationremoveById.url,
+    method: UrlList.prizeSet.relationremoveById.method,
     params
   });
 };

+ 2 - 2
src/api/user.ts

@@ -58,8 +58,8 @@ export const getLogin = (data?: object) => {
 export const getUserMenu = () => {
   console.log(UrlList);
   return http.Request({
-    url: UrlList.telMainServer.menugetUserMenu.url,
-    method: UrlList.telMainServer.menugetUserMenu.method,
+    url: UrlList.prizeSet.menugetUserMenu.url,
+    method: UrlList.prizeSet.menugetUserMenu.method,
     params: {}
   });
 };

+ 2 - 2
src/views/api/apiGroup/components/add/index.vue

@@ -55,8 +55,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.apiGroupadd.method,
-        url: UrlList.telMainServer.apiGroupadd.url,
+        method: UrlList.prizeSet.apiGroupadd.method,
+        url: UrlList.prizeSet.apiGroupadd.url,
         params: UpdateForm.value
       });
       if (status === 1) {

+ 3 - 3
src/views/api/apiGroup/components/update/index.vue

@@ -56,8 +56,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.apiGroupupdate.method,
-        url: UrlList.telMainServer.apiGroupupdate.url,
+        method: UrlList.prizeSet.apiGroupupdate.method,
+        url: UrlList.prizeSet.apiGroupupdate.url,
         params: UpdateForm.value
       });
       if (status === 1) {
@@ -112,7 +112,7 @@ const rules = reactive({
 const closeFn: any = inject('closeEditUpdateVisible');
 const openVisible = async () => {
   //通过ID获取表格数据
-  const { status, data }: any = await http.Request({ method: UrlList.telMainServer.apiGroupquery.method, url: UrlList.telMainServer.apiGroupquery.url, params: { id: props.formData.id } });
+  const { status, data }: any = await http.Request({ method: UrlList.prizeSet.apiGroupquery.method, url: UrlList.prizeSet.apiGroupquery.url, params: { id: props.formData.id } });
   if (status === 1) {
     UpdateForm.value = data;
 

+ 3 - 3
src/views/api/apiGroup/hook.tsx

@@ -106,8 +106,8 @@ export function useApiGroup() {
         loading.value = true;
         // 调用接口(需动态生成接口)
         const { status, msg, data }: any = await http.Request({
-          method: UrlList.telMainServer.apiGrouplist.method,
-          url: UrlList.telMainServer.apiGrouplist.url,
+          method: UrlList.prizeSet.apiGrouplist.method,
+          url: UrlList.prizeSet.apiGrouplist.url,
           params: {
             ...form,
             pageSize: pagination.pageSize,
@@ -142,7 +142,7 @@ export function useApiGroup() {
         type: "warning"
       }
     ).then(async () => {
-      const { status, msg }: any = await http.Request({ method: UrlList.telMainServer.apiGroupdelete.method, url: UrlList.telMainServer.apiGroupdelete.url, params: row.id });
+      const { status, msg }: any = await http.Request({ method: UrlList.prizeSet.apiGroupdelete.method, url: UrlList.prizeSet.apiGroupdelete.url, params: row.id });
       if (status === 1) {
         ElMessage({
           message: "删除成功",

+ 3 - 3
src/views/api/apiInfo/components/add/index.vue

@@ -58,8 +58,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.apiInfoadd.method,
-        url: UrlList.telMainServer.apiInfoadd.url,
+        method: UrlList.prizeSet.apiInfoadd.method,
+        url: UrlList.prizeSet.apiInfoadd.url,
         params: UpdateForm.value
       });
       if (status === 1) {
@@ -99,7 +99,7 @@ const submit = async (formEl) => {
 
 //获取分组数据
 const groupIdQuery = async () => {
-  const { status, data }: any = await http.Request({ method: UrlList.telMainServer.apiGroupselectList.method, url: UrlList.telMainServer.apiGroupselectList.url, params: {} });
+  const { status, data }: any = await http.Request({ method: UrlList.prizeSet.apiGroupselectList.method, url: UrlList.prizeSet.apiGroupselectList.url, params: {} });
   if (status === 1) {
     groupIdOptionList.value = data.records;
   }

+ 3 - 3
src/views/api/apiInfo/components/setRouter/index.vue

@@ -52,8 +52,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.apiInfosetRouter.method,
-        url: UrlList.telMainServer.apiInfosetRouter.url,
+        method: UrlList.prizeSet.apiInfosetRouter.method,
+        url: UrlList.prizeSet.apiInfosetRouter.url,
         params: UpdateForm.value
       });
       if (status === 1) {
@@ -107,7 +107,7 @@ const rules = reactive({
 const closeFn: any = inject('closeEditSetRouterVisible');
 const openVisible = async () => {
   //通过ID获取表格数据
-  const { status, data }: any = await http.Request({ method: UrlList.telMainServer.apiInfoquery.method, url: UrlList.telMainServer.apiInfoquery.url, params: { id: props.formData.id } });
+  const { status, data }: any = await http.Request({ method: UrlList.prizeSet.apiInfoquery.method, url: UrlList.prizeSet.apiInfoquery.url, params: { id: props.formData.id } });
   if (status === 1) {
     UpdateForm.value = data;
 

+ 3 - 3
src/views/api/apiInfo/components/setVersion/index.vue

@@ -50,8 +50,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.apiInfosetVersion.method,
-        url: UrlList.telMainServer.apiInfosetVersion.url,
+        method: UrlList.prizeSet.apiInfosetVersion.method,
+        url: UrlList.prizeSet.apiInfosetVersion.url,
         params: UpdateForm.value
       });
       if (status === 1) {
@@ -94,7 +94,7 @@ const rules = reactive({
 const closeFn: any = inject('closeEditSetVersionVisible');
 const openVisible = async () => {
   //通过ID获取表格数据
-  const { status, data }: any = await http.Request({ method: UrlList.telMainServer.apiInfoquery.method, url: UrlList.telMainServer.apiInfoquery.url, params: { id: props.formData.id } });
+  const { status, data }: any = await http.Request({ method: UrlList.prizeSet.apiInfoquery.method, url: UrlList.prizeSet.apiInfoquery.url, params: { id: props.formData.id } });
   if (status === 1) {
     UpdateForm.value = data;
 

+ 4 - 4
src/views/api/apiInfo/components/update/index.vue

@@ -59,8 +59,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.apiInfoupdate.method,
-        url: UrlList.telMainServer.apiInfoupdate.url,
+        method: UrlList.prizeSet.apiInfoupdate.method,
+        url: UrlList.prizeSet.apiInfoupdate.url,
         params: UpdateForm.value
       });
       if (status === 1) {
@@ -100,7 +100,7 @@ const submit = async (formEl) => {
 
 //获取分组数据
 const groupIdQuery = async () => {
-  const { status, data }: any = await http.Request({ method: UrlList.telMainServer.apiGroupselectList.method, url: UrlList.telMainServer.apiGroupselectList.url, params: {} });
+  const { status, data }: any = await http.Request({ method: UrlList.prizeSet.apiGroupselectList.method, url: UrlList.prizeSet.apiGroupselectList.url, params: {} });
   if (status === 1) {
     groupIdOptionList.value = data.records;
   }
@@ -131,7 +131,7 @@ const rules = reactive({
 const closeFn: any = inject('closeEditUpdateVisible');
 const openVisible = async () => {
   //通过ID获取表格数据
-  const { status, data }: any = await http.Request({ method: UrlList.telMainServer.apiInfoquery.method, url: UrlList.telMainServer.apiInfoquery.url, params: { id: props.formData.id } });
+  const { status, data }: any = await http.Request({ method: UrlList.prizeSet.apiInfoquery.method, url: UrlList.prizeSet.apiInfoquery.url, params: { id: props.formData.id } });
   if (status === 1) {
     UpdateForm.value = data;
 

+ 4 - 4
src/views/api/apiInfo/hook.tsx

@@ -123,8 +123,8 @@ export function useApiInfo() {
         loading.value = true;
         // 调用接口(需动态生成接口)
         const { status, msg, data }: any = await http.Request({
-          method: UrlList.telMainServer.apiInfolist.method,
-          url: UrlList.telMainServer.apiInfolist.url,
+          method: UrlList.prizeSet.apiInfolist.method,
+          url: UrlList.prizeSet.apiInfolist.url,
           params: {
             ...form,
             pageSize: pagination.pageSize,
@@ -149,7 +149,7 @@ export function useApiInfo() {
   const groupIdOptionList = ref([]);
   //获取分组数据
   async function groupIdQuery() {
-    const { status, data }: any = await http.Request({ method: UrlList.telMainServer.apiGroupselectList.method, url: UrlList.telMainServer.apiGroupselectList.url, params: {} });
+    const { status, data }: any = await http.Request({ method: UrlList.prizeSet.apiGroupselectList.method, url: UrlList.prizeSet.apiGroupselectList.url, params: {} });
     if (status === 1) {
       groupIdOptionList.value = data.records;
     }
@@ -168,7 +168,7 @@ export function useApiInfo() {
         type: "warning"
       }
     ).then(async () => {
-      const { status, msg }: any = await http.Request({ method: UrlList.telMainServer.apiInfodelete.method, url: UrlList.telMainServer.apiInfodelete.url, params: row.id });
+      const { status, msg }: any = await http.Request({ method: UrlList.prizeSet.apiInfodelete.method, url: UrlList.prizeSet.apiInfodelete.url, params: row.id });
       if (status === 1) {
         ElMessage({
           message: "删除成功",

+ 2 - 2
src/views/app/appBottomNavs/components/add/index.vue

@@ -72,8 +72,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.appBottomNavsadd.method,
-        url: UrlList.telMainServer.appBottomNavsadd.url,
+        method: UrlList.prizeSet.appBottomNavsadd.method,
+        url: UrlList.prizeSet.appBottomNavsadd.url,
         params: UpdateForm.value
       });
       if (status === 1) {

+ 3 - 3
src/views/app/appBottomNavs/components/update/index.vue

@@ -69,8 +69,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.appBottomNavsupdate.method,
-        url: UrlList.telMainServer.appBottomNavsupdate.url,
+        method: UrlList.prizeSet.appBottomNavsupdate.method,
+        url: UrlList.prizeSet.appBottomNavsupdate.url,
         params: UpdateForm.value
       });
       if (status === 1) {
@@ -132,7 +132,7 @@ const rules = reactive({
 const closeFn: any = inject('closeEditUpdateVisible');
 const openVisible = async () => {
   //通过ID获取表格数据
-  const { status, data }: any = await http.Request({ method: UrlList.telMainServer.appBottomNavsquery.method, url: UrlList.telMainServer.appBottomNavsquery.url, params: { id: props.formData.id } });
+  const { status, data }: any = await http.Request({ method: UrlList.prizeSet.appBottomNavsquery.method, url: UrlList.prizeSet.appBottomNavsquery.url, params: { id: props.formData.id } });
   if (status === 1) {
     UpdateForm.value = data;
 

+ 3 - 3
src/views/app/appBottomNavs/hook.tsx

@@ -126,8 +126,8 @@ export function useAppBottomNavs() {
         loading.value = true;
         // 调用接口(需动态生成接口)
         const { status, msg, data }: any = await http.Request({
-          method: UrlList.telMainServer.appBottomNavslist.method,
-          url: UrlList.telMainServer.appBottomNavslist.url,
+          method: UrlList.prizeSet.appBottomNavslist.method,
+          url: UrlList.prizeSet.appBottomNavslist.url,
           params: {
             ...form,
             pageSize: pagination.pageSize,
@@ -162,7 +162,7 @@ export function useAppBottomNavs() {
         type: "warning"
       }
     ).then(async () => {
-      const { status, msg }: any = await http.Request({ method: UrlList.telMainServer.appBottomNavsdelete.method, url: UrlList.telMainServer.appBottomNavsdelete.url, params: String(row.id) });
+      const { status, msg }: any = await http.Request({ method: UrlList.prizeSet.appBottomNavsdelete.method, url: UrlList.prizeSet.appBottomNavsdelete.url, params: String(row.id) });
       if (status === 1) {
         ElMessage({
           message: "删除成功",

+ 2 - 2
src/views/app/appVersion/components/add/index.vue

@@ -65,8 +65,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.appVersionadd.method,
-        url: UrlList.telMainServer.appVersionadd.url,
+        method: UrlList.prizeSet.appVersionadd.method,
+        url: UrlList.prizeSet.appVersionadd.url,
         params: UpdateForm.value
       });
       if (status === 1) {

+ 3 - 3
src/views/app/appVersion/components/update/index.vue

@@ -61,8 +61,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.appVersionupdate.method,
-        url: UrlList.telMainServer.appVersionupdate.url,
+        method: UrlList.prizeSet.appVersionupdate.method,
+        url: UrlList.prizeSet.appVersionupdate.url,
         params: UpdateForm.value
       });
       if (status === 1) {
@@ -111,7 +111,7 @@ const rules = reactive({
 const closeFn: any = inject('closeEditUpdateVisible');
 const openVisible = async () => {
   //通过ID获取表格数据
-  const { status, data }: any = await http.Request({ method: UrlList.telMainServer.appVersionquery.method, url: UrlList.telMainServer.appVersionquery.url, params: { id: props.formData.id } });
+  const { status, data }: any = await http.Request({ method: UrlList.prizeSet.appVersionquery.method, url: UrlList.prizeSet.appVersionquery.url, params: { id: props.formData.id } });
   if (status === 1) {
     UpdateForm.value = data;
 

+ 3 - 3
src/views/app/appVersion/hook.tsx

@@ -111,8 +111,8 @@ export function useAppVersion() {
         loading.value = true;
         // 调用接口(需动态生成接口)
         const { status, msg, data }: any = await http.Request({
-          method: UrlList.telMainServer.appVersionlist.method,
-          url: UrlList.telMainServer.appVersionlist.url,
+          method: UrlList.prizeSet.appVersionlist.method,
+          url: UrlList.prizeSet.appVersionlist.url,
           params: {
             ...form,
             pageSize: pagination.pageSize,
@@ -147,7 +147,7 @@ export function useAppVersion() {
         type: "warning"
       }
     ).then(async () => {
-      const { status, msg }: any = await http.Request({ method: UrlList.telMainServer.appVersiondelete.method, url: UrlList.telMainServer.appVersiondelete.url, params: row.id });
+      const { status, msg }: any = await http.Request({ method: UrlList.prizeSet.appVersiondelete.method, url: UrlList.prizeSet.appVersiondelete.url, params: row.id });
       if (status === 1) {
         ElMessage({
           message: "删除成功",

+ 2 - 2
src/views/app/fileUpdateInfo/components/add/index.vue

@@ -51,8 +51,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.fileUpdateInfoadd.method,
-        url: UrlList.telMainServer.fileUpdateInfoadd.url,
+        method: UrlList.prizeSet.fileUpdateInfoadd.method,
+        url: UrlList.prizeSet.fileUpdateInfoadd.url,
         params: UpdateForm.value
       });
       if (status === 1) {

+ 3 - 3
src/views/app/fileUpdateInfo/components/upVersion/index.vue

@@ -50,8 +50,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.fileUpdateInfoupVersion.method,
-        url: UrlList.telMainServer.fileUpdateInfoupVersion.url,
+        method: UrlList.prizeSet.fileUpdateInfoupVersion.method,
+        url: UrlList.prizeSet.fileUpdateInfoupVersion.url,
         params: UpdateForm.value
       });
       if (status === 1) {
@@ -94,7 +94,7 @@ const rules = reactive({
 const closeFn: any = inject('closeEditUpVersionVisible');
 const openVisible = async () => {
   //通过ID获取表格数据
-  const { status, data }: any = await http.Request({ method: UrlList.telMainServer.fileUpdateInfoquery.method, url: UrlList.telMainServer.fileUpdateInfoquery.url, params: { id: props.formData.id } });
+  const { status, data }: any = await http.Request({ method: UrlList.prizeSet.fileUpdateInfoquery.method, url: UrlList.prizeSet.fileUpdateInfoquery.url, params: { id: props.formData.id } });
   if (status === 1) {
     UpdateForm.value = data;
 

+ 3 - 3
src/views/app/fileUpdateInfo/components/update/index.vue

@@ -49,8 +49,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.fileUpdateInfoupdate.method,
-        url: UrlList.telMainServer.fileUpdateInfoupdate.url,
+        method: UrlList.prizeSet.fileUpdateInfoupdate.method,
+        url: UrlList.prizeSet.fileUpdateInfoupdate.url,
         params: UpdateForm.value
       });
       if (status === 1) {
@@ -92,7 +92,7 @@ const rules = reactive({
 const closeFn: any = inject('closeEditVisible');
 const openVisible = async () => {
   //通过ID获取表格数据
-  const { status, data }: any = await http.Request({ method: UrlList.telMainServer.fileUpdateInfoquery.method, url: UrlList.telMainServer.fileUpdateInfoquery.url, params: { id: props.formData.id } });
+  const { status, data }: any = await http.Request({ method: UrlList.prizeSet.fileUpdateInfoquery.method, url: UrlList.prizeSet.fileUpdateInfoquery.url, params: { id: props.formData.id } });
   if (status === 1) {
     UpdateForm.value = data;
 

+ 6 - 6
src/views/app/fileUpdateInfo/hook.tsx

@@ -96,8 +96,8 @@ export function useFileUpdateInfo() {
         loading.value = true;
         // 调用接口(需动态生成接口)
         const { status, msg, data }: any = await http.Request({
-          method: UrlList.telMainServer.fileUpdateInfolist.method,
-          url: UrlList.telMainServer.fileUpdateInfolist.url,
+          method: UrlList.prizeSet.fileUpdateInfolist.method,
+          url: UrlList.prizeSet.fileUpdateInfolist.url,
           params: {
             ...form,
             pageSize: pagination.pageSize,
@@ -132,7 +132,7 @@ export function useFileUpdateInfo() {
         type: "warning"
       }
     ).then(async () => {
-      const { status, msg }: any = await http.Request({ method: UrlList.telMainServer.fileUpdateInfodelete.method, url: UrlList.telMainServer.fileUpdateInfodelete.url, params: String(row.id) });
+      const { status, msg }: any = await http.Request({ method: UrlList.prizeSet.fileUpdateInfodelete.method, url: UrlList.prizeSet.fileUpdateInfodelete.url, params: String(row.id) });
       if (status === 1) {
         ElMessage({
           message: "删除成功",
@@ -165,7 +165,7 @@ export function useFileUpdateInfo() {
         type: "warning"
       }
     ).then(async () => {
-      const { status, msg }: any = await http.Request({ method: UrlList.telMainServer.fileUpdateInfoupdateFile.method, url: UrlList.telMainServer.fileUpdateInfoupdateFile.url, params: { kind: form.kind } });
+      const { status, msg }: any = await http.Request({ method: UrlList.prizeSet.fileUpdateInfoupdateFile.method, url: UrlList.prizeSet.fileUpdateInfoupdateFile.url, params: { kind: form.kind } });
       if (status === 1) {
         ElMessage({
           message: "同步成功",
@@ -203,8 +203,8 @@ export function useFileUpdateInfo() {
     // 表格数据赋值
     // editUpVersionFormData.value = row;
     const { status, msg }: any = await http.Request({
-      method: UrlList.telMainServer.fileUpdateInfoupVersion.method,
-      url: UrlList.telMainServer.fileUpdateInfoupVersion.url,
+      method: UrlList.prizeSet.fileUpdateInfoupVersion.method,
+      url: UrlList.prizeSet.fileUpdateInfoupVersion.url,
       params: { id: row.id }
     });
     if (status === 1) {

+ 2 - 2
src/views/app/pageUpdateInfo/components/add/index.vue

@@ -67,8 +67,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.pageUpdateInfoadd.method,
-        url: UrlList.telMainServer.pageUpdateInfoadd.url,
+        method: UrlList.prizeSet.pageUpdateInfoadd.method,
+        url: UrlList.prizeSet.pageUpdateInfoadd.url,
         params: UpdateForm.value
       });
       if (status === 1) {

+ 3 - 3
src/views/app/pageUpdateInfo/components/upVersion/index.vue

@@ -50,8 +50,8 @@ const submitUpVersion = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.pageUpdateInfoupVersion.method,
-        url: UrlList.telMainServer.pageUpdateInfoupVersion.url,
+        method: UrlList.prizeSet.pageUpdateInfoupVersion.method,
+        url: UrlList.prizeSet.pageUpdateInfoupVersion.url,
         params: UpdateFormUpVersion.value
       });
       if (status === 1) {
@@ -98,7 +98,7 @@ const rulesUpVersion = reactive({
 const closeFn: any = inject('closeEditUpVersionVisible');
 const openVisible = async () => {
   //通过ID获取表格数据
-  const { status, data }: any = await http.Request({ method: UrlList.telMainServer.pageUpdateInfoquery.method, url: UrlList.telMainServer.pageUpdateInfoquery.url, params: { id: props.formData.id } });
+  const { status, data }: any = await http.Request({ method: UrlList.prizeSet.pageUpdateInfoquery.method, url: UrlList.prizeSet.pageUpdateInfoquery.url, params: { id: props.formData.id } });
   if (status === 1) {
     UpdateFormUpVersion.value = data;
 

+ 3 - 3
src/views/app/pageUpdateInfo/components/update/index.vue

@@ -49,8 +49,8 @@ const submit = async (formEl) => {
 
       // 需动态生成接口
       const { status, msg }: any = await http.Request({
-        method: UrlList.telMainServer.pageUpdateInfoupdate.method,
-        url: UrlList.telMainServer.pageUpdateInfoupdate.url,
+        method: UrlList.prizeSet.pageUpdateInfoupdate.method,
+        url: UrlList.prizeSet.pageUpdateInfoupdate.url,
         params: UpdateForm.value
       });
       if (status === 1) {
@@ -92,7 +92,7 @@ const rules = reactive({
 const closeFn: any = inject('closeEditUpdateVisible');
 const openVisible = async () => {
   //通过ID获取表格数据
-  const { status, data }: any = await http.Request({ method: UrlList.telMainServer.pageUpdateInfoquery.method, url: UrlList.telMainServer.pageUpdateInfoquery.url, params: { id: props.formData.id } });
+  const { status, data }: any = await http.Request({ method: UrlList.prizeSet.pageUpdateInfoquery.method, url: UrlList.prizeSet.pageUpdateInfoquery.url, params: { id: props.formData.id } });
   if (status === 1) {
     UpdateForm.value = data;
 

+ 6 - 6
src/views/app/pageUpdateInfo/hook.tsx

@@ -98,8 +98,8 @@ export function usePageUpdateInfo() {
         loading.value = true;
         // 调用接口(需动态生成接口)
         const { status, msg, data }: any = await http.Request({
-          method: UrlList.telMainServer.pageUpdateInfolist.method,
-          url: UrlList.telMainServer.pageUpdateInfolist.url,
+          method: UrlList.prizeSet.pageUpdateInfolist.method,
+          url: UrlList.prizeSet.pageUpdateInfolist.url,
           params: {
             ...form,
             pageSize: pagination.pageSize,
@@ -134,7 +134,7 @@ export function usePageUpdateInfo() {
         type: "warning"
       }
     ).then(async () => {
-      const { status, msg }: any = await http.Request({ method: UrlList.telMainServer.pageUpdateInfodelete.method, url: UrlList.telMainServer.pageUpdateInfodelete.url, params: String(row.id) });
+      const { status, msg }: any = await http.Request({ method: UrlList.prizeSet.pageUpdateInfodelete.method, url: UrlList.prizeSet.pageUpdateInfodelete.url, params: String(row.id) });
       if (status === 1) {
         ElMessage({
           message: "删除成功",
@@ -174,7 +174,7 @@ export function usePageUpdateInfo() {
         type: "warning"
       }
     ).then(async () => {
-      const { status, msg }: any = await http.Request({ method: UrlList.telMainServer.pageUpdateInfoupdateTemplate.method, url: UrlList.telMainServer.pageUpdateInfoupdateTemplate.url, params: { kind: form.kind } });
+      const { status, msg }: any = await http.Request({ method: UrlList.prizeSet.pageUpdateInfoupdateTemplate.method, url: UrlList.prizeSet.pageUpdateInfoupdateTemplate.url, params: { kind: form.kind } });
       if (status === 1) {
         ElMessage({
           message: "同步成功",
@@ -207,8 +207,8 @@ export function usePageUpdateInfo() {
     // editUpVersionFormData.value = row;
     // 需动态生成接口
     const { status, msg }: any = await http.Request({
-      method: UrlList.telMainServer.pageUpdateInfoupVersion.method,
-      url: UrlList.telMainServer.pageUpdateInfoupVersion.url,
+      method: UrlList.prizeSet.pageUpdateInfoupVersion.method,
+      url: UrlList.prizeSet.pageUpdateInfoupVersion.url,
       params: { id: row.id }
     });
     if (status === 1) {

+ 218 - 0
src/views/pri/priProject/components/add/index.vue

@@ -0,0 +1,218 @@
+<script lang="ts">
+// 声明额外的选项
+export default {
+  name: "Add"
+};
+</script>
+<script setup lang="ts">
+import { inject, onMounted, reactive, ref, Uploadfile, UploadImg, Editor, useRenderIcon, ElMessage, ElMessageBox, Upload, Close, http, getGroupUrl, RegularVerification, verification } from "@/utils/importUsed"
+// 接口列表实例
+let UrlList = reactive(null)
+// 获取当前板块接口列表
+onMounted(async () => {
+  UrlList = await getGroupUrl(["prizeSet"]);
+
+})
+// 组件传参对象
+const props = defineProps<{
+  submit: Function;
+  addVisible: {
+    type: Boolean;
+    default: false;
+  };
+  width: {
+    type: Number;
+    default: 50;
+  };
+}>();
+// 表单数据
+let UpdateForm = ref({
+  projectName: "", //项目名称
+  projectDetail: "", //项目介绍
+  requestMode: "", //调用方式
+  noticeFlag: "", //是否通知
+  noticeUrl: "", //通知地址
+  requestUrl: "", //请求地址
+  returnType: "", //返回数据类型
+
+});
+// 表单实例
+const ruleFormRef = ref()
+
+// 传参选项数据
+// 调用方式选项数据
+const requestModeOptionList = [
+]
+// 返回数据类型选项数据
+const returnTypeOptionList = [
+]
+
+// 选项卡参数(默认值为列表某项的id)
+const activeId = ref('1')
+// 提交函数
+const submit = async (formEl) => {
+  // 表单校验拦截
+  if (!formEl) return
+  await formEl.validate(async (valid, fields) => {
+    if (valid) {
+      //表单校验成功回调
+      console.log('submit!')
+
+
+      // 需动态生成接口
+      const { status, msg }: any = await http.Request({
+        method: UrlList.prizeSet.priaddPriProject.method,
+        url: UrlList.prizeSet.priaddPriProject.url,
+        params: UpdateForm.value
+      });
+      if (status === 1) {
+        //业务成功回调
+        ElMessage({
+          message: "新增成功",
+          type: "success"
+        });
+        UpdateForm.value = {
+                projectName: "", //项目名称
+      projectDetail: "", //项目介绍
+      requestMode: "", //调用方式
+      noticeFlag: "", //是否通知
+      noticeUrl: "", //通知地址
+      requestUrl: "", //请求地址
+      returnType: "", //返回数据类型
+
+        };
+        // 关闭新增弹窗;
+        closeVisible()
+      } else {
+        //业务失败回调
+        ElMessageBox.alert(msg, "提示", {
+          confirmButtonText: "关闭",
+          type: "warning"
+        });
+      }
+    } else {
+      //表单校验失败回调
+      ElMessage({
+        message: "请输入完整信息",
+        type: "error"
+      });
+    }
+  })
+};
+
+
+
+
+// 表单校验规则
+const rules = reactive({
+  projectName: [
+    { required: true, message: '请输入项目名称', trigger: 'blur' },
+  ],
+
+})
+// 关闭弹窗回调函数
+const closeFn: any = inject("closeAddVisible");
+const closeVisible = () => {
+  // 清空表单项;
+  UpdateForm.value = {
+        projectName: "", //项目名称
+    projectDetail: "", //项目介绍
+    requestMode: "", //调用方式
+    noticeFlag: "", //是否通知
+    noticeUrl: "", //通知地址
+    requestUrl: "", //请求地址
+    returnType: "", //返回数据类型
+
+  };
+  closeFn();
+};
+
+// 弹窗是否全屏
+const isFullscreen = ref(false)
+</script>
+
+<template lang="pug">
+.main
+  el-dialog(v-model='props.addVisible' width="50%" :fullscreen="isFullscreen" title="新增" draggable @close="closeVisible")
+    el-form(:model='UpdateForm' label-position="right" ref="ruleFormRef" :rules="rules" label-width="100px")
+      el-form-item(label='项目名称' prop="projectName")
+        el-input(v-model='UpdateForm.projectName' autocomplete='off'
+          placeholder="请输入项目名称")
+      el-form-item(label="调用方式", prop="requestMode")
+        el-select(
+          v-model="UpdateForm.requestMode",
+          placeholder="请选择调用方式",
+          clearable,
+        )
+          el-option(:label="item.label", :value="item.id" v-for="(item,index) in requestModeOptionList")
+      el-form-item(label='是否通知' prop="noticeFlag")
+        el-switch(v-model="UpdateForm.noticeFlag")
+      el-form-item(label='通知地址' prop="noticeUrl")
+        el-input(v-model='UpdateForm.noticeUrl' autocomplete='off'
+          placeholder="请输入通知地址")
+      el-form-item(label='请求地址' prop="requestUrl")
+        el-input(v-model='UpdateForm.requestUrl' autocomplete='off'
+          placeholder="请输入请求地址")
+      el-form-item(label="返回数据类型", prop="returnType")
+        el-select(
+          v-model="UpdateForm.returnType",
+          placeholder="请选择返回数据类型",
+          clearable,
+        )
+          el-option(:label="item.label", :value="item.id" v-for="(item,index) in returnTypeOptionList")
+
+    .flex.justify-end
+      el-button(
+        :icon="useRenderIcon(Close)",
+        @click="closeVisible"
+      ) 关闭
+      el-button(
+        type="primary",
+        :icon="useRenderIcon(Upload)",
+        @click="submit(ruleFormRef)"
+      ) 确认提交
+</template>
+
+<style scoped lang="scss">
+:deep(.el-dropdown-menu__item i) {
+  margin: 0;
+}
+
+:deep(.el-form-item__label) {
+  font-weight: 700;
+}
+
+:deep(.el-pagination) {
+  flex-flow: wrap;
+}
+
+:deep(.is-draggable) {
+  max-height: 80vh;
+  overflow: auto;
+}
+
+:deep(.el-dialog__header) {
+  position: sticky;
+  top: 0;
+  z-index: 2;
+  background: #fff;
+}
+
+.collapsedom {
+  padding: 0 20px;
+  background-color: #fff;
+}
+
+.ovh-x {
+  height: 40vh;
+  overflow-y: auto;
+}
+
+:deep(.el-descriptions__header) {
+  margin: 16px 0 !important;
+}
+
+.el-select {
+  width: 100%;
+}
+</style>

+ 228 - 0
src/views/pri/priProject/components/updatePriProject/index.vue

@@ -0,0 +1,228 @@
+<script lang="ts">
+// 声明额外的选项
+export default {
+  name: "Edit"
+};
+</script>
+<script setup lang="ts">
+import { inject, onMounted, reactive, ref, Uploadfile, UploadImg, Editor, useRenderIcon, ElMessage, ElMessageBox, Upload, Close, http, getGroupUrl, RegularVerification, verification } from "@/utils/importUsed"
+// 接口列表实例
+let UrlList = reactive(null)
+// 获取当前板块接口列表
+onMounted(async () => {
+  UrlList = await getGroupUrl(["prizeSet"]);
+
+})
+const props = defineProps<{
+  editVisible: {
+    type: Boolean;
+    default: false;
+  };
+  width: {
+    type: Number;
+    default: 50;
+  };
+  formData: {
+    id: any;
+    type: any;
+    default: {};
+  };
+}>();
+// 表单数据
+const UpdateForm: any = ref({
+  projectName: "", //项目名称
+  projectDetail: "", //项目介绍
+  requestMode: "", //调用方式
+  noticeFlag: "", //是否通知
+  noticeUrl: "", //通知地址
+  requestUrl: "", //请求地址
+  returnType: "", //返回数据类型
+
+});
+// 调用方式选项数据
+const requestModeOptionList = [
+]
+// 返回数据类型选项数据
+const returnTypeOptionList = [
+]
+
+// 表单实例
+const ruleFormRef = ref()
+
+// 选项卡参数(默认值为列表某项的id)
+const activeId = ref('1')
+// 提交函数
+const submit = async (formEl) => {
+  // 表单校验拦截
+  if (!formEl) return
+  await formEl.validate(async (valid, fields) => {
+    if (valid) {
+      //表单校验成功回调
+      console.log('submit!')
+
+      // 需动态生成接口
+      const { status, msg }: any = await http.Request({
+        method: UrlList.prizeSet.priupdatePriProject.method,
+        url: UrlList.prizeSet.priupdatePriProject.url,
+        params: UpdateForm.value
+      });
+      if (status === 1) {
+        //业务成功回调
+        ElMessage({
+          message: "修改成功",
+          type: "success"
+        });
+        UpdateForm.value = {
+                projectName: "", //项目名称
+      projectDetail: "", //项目介绍
+      requestMode: "", //调用方式
+      noticeFlag: "", //是否通知
+      noticeUrl: "", //通知地址
+      requestUrl: "", //请求地址
+      returnType: "", //返回数据类型
+
+        };
+        // 关闭修改弹窗;
+        closeUpdatePriProjectVisible();
+      } else {
+        //业务失败回调
+        ElMessageBox.alert(msg, "提示", {
+          confirmButtonText: "关闭",
+          type: "warning"
+        });
+      }
+    } else {
+      //表单校验失败回调
+      ElMessage({
+        message: "请输入完整信息",
+        type: "error"
+      });
+    }
+  })
+};
+
+
+
+
+// 表单校验规则
+const rules = reactive({
+  projectName: [
+    { required: true, message: '请输入项目名称', trigger: 'blur' },
+  ],
+
+})
+// 关闭弹窗回调函数
+const closeFn: any = inject('closeEditUpdatePriProjectVisible');
+const openVisible = async () => {
+  //通过ID获取表格数据
+  const { status, data }: any = await http.Request({ method: UrlList.prizeSet.prigetPriProjectQuery.method, url: UrlList.prizeSet.prigetPriProjectQuery.url, params: { id: props.formData.id }});
+  if (status === 1) {
+    UpdateForm.value = data;
+
+  }
+};
+// 关闭弹窗回调函数
+const closeUpdatePriProjectVisible = () => {
+  UpdateForm.value = {
+    projectName: "", //项目名称
+    projectDetail: "", //项目介绍
+    requestMode: "", //调用方式
+    noticeFlag: "", //是否通知
+    noticeUrl: "", //通知地址
+    requestUrl: "", //请求地址
+    returnType: "", //返回数据类型
+
+  };
+  closeFn();
+};
+
+// 弹窗是否全屏
+const isFullscreen = ref(false)
+</script>
+
+<template lang="pug">
+.main
+  el-dialog(v-model='props.editVisible' draggable width="50%" :fullscreen="isFullscreen" title="修改" @close="closeUpdatePriProjectVisible" @open="openVisible")
+    el-form(:model='UpdateForm' label-position="right" ref="ruleFormRef" :rules="rules" label-width="100px")
+      el-form-item(label='项目名称' prop="projectName")
+        el-input(v-model='UpdateForm.projectName' autocomplete='off'
+          placeholder="请输入项目名称")
+      el-form-item(label="调用方式", prop="requestMode")
+        el-select(
+          v-model="UpdateForm.requestMode",
+          placeholder="请选择调用方式",
+          clearable,
+        )
+          el-option(:label="item.label", :value="item.id" v-for="(item,index) in requestModeOptionList")
+      el-form-item(label='是否通知' prop="noticeFlag")
+        el-switch(v-model="UpdateForm.noticeFlag")
+      el-form-item(label='通知地址' prop="noticeUrl")
+        el-input(v-model='UpdateForm.noticeUrl' autocomplete='off'
+          placeholder="请输入通知地址")
+      el-form-item(label='请求地址' prop="requestUrl")
+        el-input(v-model='UpdateForm.requestUrl' autocomplete='off'
+          placeholder="请输入请求地址")
+      el-form-item(label="返回数据类型", prop="returnType")
+        el-select(
+          v-model="UpdateForm.returnType",
+          placeholder="请选择返回数据类型",
+          clearable,
+        )
+          el-option(:label="item.label", :value="item.id" v-for="(item,index) in returnTypeOptionList")
+
+    .flex.justify-end
+      el-button(
+        :icon="useRenderIcon(Close)",
+        :loading="loading",
+        @click="closeUpdatePriProjectVisible()"
+      ) 关闭
+      el-button(
+        type="primary",
+        :icon="useRenderIcon(Upload)",
+        @click="submit(ruleFormRef)"
+      ) 确认提交
+</template>
+
+<style scoped lang="scss">
+:deep(.el-dropdown-menu__item i) {
+  margin: 0;
+}
+
+:deep(.el-form-item__label) {
+  font-weight: 700;
+}
+
+:deep(.el-pagination) {
+  flex-flow: wrap;
+}
+
+:deep(.is-draggable) {
+  max-height: 80vh;
+  overflow: auto;
+}
+
+:deep(.el-dialog__header) {
+  position: sticky;
+  top: 0;
+  z-index: 2;
+  background: #fff;
+}
+
+.collapsedom {
+  padding: 0 20px;
+  background-color: #fff;
+}
+
+.ovh-x {
+  height: 40vh;
+  overflow-y: auto;
+}
+
+:deep(.el-descriptions__header) {
+  margin: 16px 0 !important;
+}
+
+.el-select {
+  width: 100%;
+}
+</style>

+ 192 - 0
src/views/pri/priProject/hook.tsx

@@ -0,0 +1,192 @@
+import { reactive, onMounted, ref, ElMessage, ElMessageBox, http, getGroupUrl, RegularVerification, verification, PaginationProps } from "@/utils/importUsed"
+// 表单实例
+const ruleFormRef = ref()
+export function usePriProject() {
+  // 接口列表实例
+  let UrlList = reactive(null)
+  // 获取当前板块接口列表
+  onMounted(async () => {
+    UrlList = await getGroupUrl(["prizeSet"]);
+    onSearch(ruleFormRef.value);
+
+  });
+  let form = reactive({
+    projectName: "", //项目名称
+    requestMode: "", //调用方式
+
+  });
+  const dataList = ref([]);
+  const loading = ref(false);
+  const dialogAddVisible = ref(false);
+  const pagination = reactive<PaginationProps>({
+    total: 0,
+    pageSize: 10,
+    currentPage: 1,
+    background: true
+  });
+  const columns: TableColumnList = [
+    {
+      type: "selection",
+      width: 55,
+      align: "left",
+      hide: ({ checkList }) => !checkList.includes("勾选列")
+    },
+    {
+      label: "序号",
+      type: "index",
+      width: 70,
+      hide: ({ checkList }) => !checkList.includes("序号列")
+    },
+    {
+      label: "项目名称",
+      prop: "projectName",
+      minWidth: 200
+    },
+    {
+      label: "调用方式",
+      prop: "requestMode",
+      minWidth: 200
+    },
+    {
+      label: "是否通知",
+      prop: "noticeFlag",
+      minWidth: 200
+    },
+    {
+      label: "请求地址",
+      prop: "requestUrl",
+      minWidth: 200
+    },
+    {
+      label: "返回数据类型",
+      prop: "returnType",
+      minWidth: 200
+    },
+
+    {
+      label: "操作",
+      fixed: "right",
+      width: 200,
+      slot: "operation"
+    }
+  ];
+  // 当前页数量切换
+  function handleSizeChange(val: number) {
+    if (typeof val === "number") {
+      pagination.pageSize = val;
+      onSearch(ruleFormRef.value);
+    }
+  }
+  // 当前页码切换
+  function handleCurrentChange(val: number) {
+    console.log(`current page: ${val}`);
+    if (typeof val === "number") {
+      pagination.currentPage = val;
+      onSearch(ruleFormRef.value);
+    }
+  }
+  // 选择表格项
+  function handleSelectionChange(val) {
+    console.log(`SelectionChange: ${val}`);
+    onSearch(ruleFormRef.value);
+  }
+  // 搜索列表
+  async function onSearch(formEl) {
+    // 表单校验拦截
+    if (!formEl) return
+    await formEl.validate(async (valid, fields) => {
+      if (valid) {
+        //表单校验成功回调
+        console.log('submit!')
+        // 状态调整为加载中
+        loading.value = true;
+        // 调用接口(需动态生成接口)
+        const { status, msg, data }: any = await http.Request({
+          method: UrlList.prizeSet.prigetPriProjectList.method,
+          url: UrlList.prizeSet.prigetPriProjectList.url,
+          params: {
+            ...form,
+            pageSize: pagination.pageSize,
+            pageNum: pagination.currentPage
+          }
+        });
+        dataList.value = data.records;
+        pagination.total = data.total;
+        setTimeout(() => {
+          loading.value = false;
+        }, 500);
+      } else {
+        //表单校验失败回调
+        ElMessage({
+          message: "请输入完整信息",
+          type: "error"
+        });
+      }
+    })
+  }
+
+
+
+  // 删除
+  function handleDelete(row) {
+    ElMessageBox.confirm(
+      `是否删除该奖励项目? `,
+      "提示",
+      {
+        confirmButtonText: "删除",
+        cancelButtonText: "取消",
+        type: "warning"
+      }
+    ).then(async () => {
+      const { status, msg }: any = await http.Request({ method: UrlList.prizeSet.priProjectdeletePriProject.method, url: UrlList.prizeSet.priProjectdeletePriProject.url, params: String(row.id) });
+      if (status === 1) {
+        ElMessage({
+          message: "删除成功",
+          type: "success"
+        });
+        onSearch(ruleFormRef.value);
+      } else {
+        ElMessageBox.alert(msg, "提示", {
+          confirmButtonText: "关闭",
+          type: "warning"
+        });
+      };
+    })
+  }
+
+  // 新增
+  const addVisible = ref(false);
+  function handleAdd() {
+    addVisible.value = true;
+  };
+
+  // 修改
+  const editUpdatePriProjectVisible = ref(false);
+  const editUpdatePriProjectFormData = ref({});
+  function handleUpdatePriProject(row) {
+    editUpdatePriProjectVisible.value = true;
+    // 表格数据赋值
+    editUpdatePriProjectFormData.value = row;
+  };
+
+  return {
+    form,
+    loading,
+    columns,
+    dataList,
+    pagination,
+    onSearch,
+    handleSizeChange,
+    handleCurrentChange,
+    handleSelectionChange,
+    ruleFormRef,
+
+    handleAdd,
+    addVisible,
+    handleUpdatePriProject,
+    editUpdatePriProjectVisible,
+    editUpdatePriProjectFormData,
+    handleDelete,
+
+  };
+}

+ 162 - 0
src/views/pri/priProject/index.vue

@@ -0,0 +1,162 @@
+<script lang="ts">
+// 声明额外的选项
+export default {
+  name: "PriProject"
+};
+</script>
+<script setup lang="ts">
+import { provide } from "vue";
+import { usePriProject } from "./hook";
+import { http } from "@/utils/http";
+import { useRenderIcon, hasAuth, PureTableBar } from "@/utils/importUsed"
+import Add from "./components/add/index.vue";
+import EditUpdatePriProject from "./components/updatePriProject/index.vue";
+import Search from "@iconify-icons/ep/search";
+import Addicon from "@iconify-icons/ep/document-add";
+import Delete from "@iconify-icons/ep/delete";
+import EditPen from "@iconify-icons/ep/edit-pen";
+import More from "@iconify-icons/ep/more-filled";
+
+const {
+  form,
+  loading,
+  columns,
+  dataList,
+  pagination,
+  onSearch,
+  handleSizeChange,
+  handleCurrentChange,
+  handleSelectionChange,
+  ruleFormRef,
+  handleAdd,
+  addVisible,
+  handleUpdatePriProject,
+  editUpdatePriProjectVisible,
+  editUpdatePriProjectFormData,
+  handleDelete,
+
+} = usePriProject();
+// 关闭添加
+const closeAddVisible = () => {
+  onSearch(ruleFormRef.value);
+  addVisible.value = false;
+}
+provide('closeAddVisible', closeAddVisible)
+// 关闭修改
+const closeEditUpdatePriProjectVisible = () => {
+  onSearch(ruleFormRef.value);
+  editUpdatePriProjectVisible.value = false
+}
+provide('closeEditUpdatePriProjectVisible', closeEditUpdatePriProjectVisible)
+
+</script>
+
+<template lang="pug">
+.main
+  div
+    //- 搜索表格组件条件
+    el-form.bg-bg_color.pl-8.pt-4.pr-8(
+      label-position="left"
+      label-width="100px"
+      :inline="true",
+      :model="form",
+      class="w-[99/100]"
+      ref="ruleFormRef"
+      :rules="rules"
+    )
+      el-form-item(label='项目名称' prop="projectName")
+        el-input(v-model='form.projectName' autocomplete='off'
+          placeholder="请输入项目名称")
+      el-form-item(label="调用方式", prop="requestMode")
+        el-select(
+          v-model="form.requestMode",
+          placeholder="请选择调用方式",
+          clearable,
+        )
+          el-option(:label="item.label", :value="item.id" v-for="(item,index) in requestModeOptionList")
+
+      el-form-item
+        el-button(
+          type="primary",
+          :icon="useRenderIcon(Search)",
+          :loading="loading",
+          @click="onSearch(ruleFormRef)"
+        ) 查询
+    //- 表格组件
+    PureTableBar(title="奖励项目", @refresh="onSearch(ruleFormRef)" )
+      template(#buttons)
+        el-button(type="primary" :icon="useRenderIcon(Addicon)" @click="handleAdd()" v-if="hasAuth(['add'])") 新增
+
+      template(v-slot="{ size, checkList }")
+        pure-table( 
+          row-key="id"
+          ref="tableRef"
+          adaptive
+          align-whole="center"
+          table-layout="auto"
+          :loading="loading"
+          :size="size",
+          :data="dataList",
+          :columns="columns",
+          :checkList="checkList",
+          :pagination="pagination",
+          :paginationSmall="size === 'default' ? true : false",
+          :header-cell-style="{ background: 'var(--el-table-row-hover-bg-color)', color: 'var(--el-text-color-primary)' }",
+          @selection-change="handleSelectionChange",
+          @size-change="handleSizeChange",
+          @current-change="handleCurrentChange"
+        )
+          template(#operation="{ row }")
+            el-button.reset-margin(
+              link
+              type="primary"
+              size="small"
+              @click="handleUpdatePriProject(row)"
+              :icon="useRenderIcon(Delete)"
+              v-if="hasAuth(['updatePriProject'])"
+            ) 编辑
+            el-button.reset-margin(
+              link
+              type="primary"
+              size="small"
+              @click="handleDelete(row)"
+              :icon="useRenderIcon(Delete)"
+              v-if="hasAuth(['delete'])"
+            ) 删除
+
+
+    Add(:addVisible="addVisible")
+    EditUpdatePriProject(:editVisible="editUpdatePriProjectVisible" :formData="editUpdatePriProjectFormData")
+
+                    
+</template>
+
+<style scoped lang="scss">
+:deep(.el-dropdown-menu__item i) {
+  margin: 0;
+}
+
+:deep(.el-form-item__label) {
+  font-weight: 700;
+}
+
+:deep(.el-pagination) {
+  flex-flow: wrap;
+}
+
+:deep(.is-draggable) {
+  max-height: 80vh;
+  overflow: auto;
+}
+
+:deep(.el-dialog__header) {
+  position: sticky;
+  top: 0;
+  z-index: 2;
+  background: #fff;
+}
+
+:deep(.el-descriptions__header) {
+  margin: 16px 0 !important;
+}
+</style>