From eec42a81e93c206b025c4b21812979c68c41ff2f Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 22 五月 2024 18:08:15 +0800 Subject: [PATCH] 完成人员明细初始化 --- src/assets/api/controller.js | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js index 708a484..38aa153 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -35,6 +35,7 @@ const user = { selectUserList: "/user/selectUserList", //鑾峰彇鐢ㄦ埛鍒楄〃 + selectPersonnelOverview: "/user/selectPersonnelOverview", // 璧勬簮瑕佹眰-浜哄憳鎬昏 selectRoleList: "/role/selectRoleList", //鑾峰彇瑙掕壊鍒楄〃 updateUser: "/user/updateUser", //淇敼鐢ㄦ埛淇℃伅 addUser: "/user/addUser", //娣诲姞鐢ㄦ埛淇℃伅 @@ -50,7 +51,7 @@ addCustom: "/user/addCustom", //鏂板瀹㈡埛淇℃伅 getUserNow: "/user/getUserNow", //鑾峰彇褰撳墠鐧诲綍鐨勫鎴蜂俊鎭� getUserInfo: "/user/getUserInfo", //鑾峰彇褰撳墠鐧诲綍鐨勭敤鎴蜂俊鎭� - upUserPassword: "/user/upUserPassword", //淇敼鐢ㄦ埛瀵嗙爜 + upUserPassword: "/user/upUserPassword", //淇敼鐢ㄦ埛瀵嗙爜 } const dataReporting = { @@ -181,8 +182,11 @@ delStandardTree: "/standardTree/delStandardTree", //鍒犻櫎鏍囧噯鏍戠殑灞傜骇 selectStandardProductList: "/standardTree/selectStandardProductList", //閫氳繃鏍囧噯鏍戞煡璇㈠搴旂殑妫�楠岄」鐩� selectStandardProductListByMethodId: "/standardTree/selectStandardProductListByMethodId", //閫氳繃妫�楠屾爣鍑嗘煡璇㈡楠岄」鐩� + selectStandardProductByMethodId: "/standardTree/selectStandardProductByMethodId", //鎵归噺缂栬緫鏌ヨ妫�楠岄」鐩� selectStandardMethodEnum: "/standardTree/selectStandardMethodEnum", //鑾峰彇鏍囧噯鏍戜笅鏍囧噯鏂规硶鏋氫妇 getStandardTree2: "/standardTree/getStandardTree2", //鑾峰彇浜у搧鏋舵瀯 + upStandardProducts: "/standardTree/upStandardProducts", //鑾峰彇浜у搧鏋舵瀯 + selectStandardProductEnumByMethodId: "/standardTree/selectStandardProductEnumByMethodId", //鎵归噺缂栬緫鏌ヨ鎵�鏈夋楠岄」鐩拰妫�楠屽瓙椤规灇涓� } const standardMethod = { @@ -230,7 +234,9 @@ selectDepartment: "/department/selectDepartment", //浜哄憳鏋舵瀯鏍� addDepartment: "/department/addDepartment", //娣诲姞閮ㄩ棬 delDepartment: "/department/delDepartment", //鍒犻櫎閮ㄩ棬 - showUserById: "/department/showUserById", //鏍规嵁閫夋嫨鐨勬爲灞曠ず鐩稿叧鐨勪汉鍛� + selectDepartmentLim: "/department/selectDepartmentLim", //鑾峰彇閮ㄩ棬鏍� + addDepartmentLims: "/department/addDepartmentLims", //娣诲姞閮ㄩ棬 + delDepartmentLims: "/department/delDepartmentLims", //鍒犻櫎閮ㄩ棬 } const report = { @@ -282,4 +288,5 @@ const companies = { selectCompaniesList: "/companies/selectCompaniesList", //鑾峰彇浜轰簨绯荤粺缁勭粐 selectSimpleList: "/companies/selectSimpleList", //鑾峰彇浜轰簨绯荤粺缁勭粐涓嬬殑浜哄憳 + addPersonUser: "/companies/addPersonUser", //鑾峰彇浜轰簨绯荤粺缁勭粐涓嬬殑浜哄憳 } -- Gitblit v1.9.3