This commit is contained in:
2025-09-26 17:09:01 +08:00
125 changed files with 2069 additions and 2564 deletions

View File

@ -127,7 +127,7 @@ const handleResignation = async ({ xm = '', id = "" }) => {
await proxy.$modal.confirm(`是否确认处理${xm}离职吗?`)
try {
await qcckPost({ id, sflz: 1 }, "/mosty-base/baxx/cyry/szlzzt")
await qcckPost({ id, sflz: 1 }, "/bagl/mosty-base/baxx/cyry/szlzzt")
proxy.$modal.msgSuccess("离职成功");
await getList();
} catch (error) {
@ -140,7 +140,7 @@ const handleDelete = async (ids) => {
await proxy.$modal.confirm("是否确认删除该从业人员?")
try {
await qcckPost({ idList: ids }, "/mosty-base/baxx/cyry/remove")
await qcckPost({ idList: ids }, "/bagl/mosty-base/baxx/cyry/remove")
proxy.$modal.msgSuccess("删除成功");
getList();
} catch (error) {