This commit is contained in:
esacpe
2025-09-26 16:29:20 +08:00
501 changed files with 37418 additions and 1128 deletions

View File

@ -113,7 +113,7 @@ const close = () => {
const getList = async ({ id = "" }, type = '') => {
const res = await qcckPost({
pxxmid: id
}, `/mosty-base/baxx/ksry/list`)
}, `/bagl/mosty-base/baxx/ksry/list`)
if (res) {
pageData.tableData = res || [];
if (!type) emits("refresh");
@ -141,7 +141,7 @@ const addEdit = (type, row) => {
// 申请保安证
const handleCertificate = async ({ pxryid = ''}) => {
try {
await qcckPost({ id: pxryid }, `/mosty-base/baxx/pxry/sqzj`)
await qcckPost({ id: pxryid }, `/bagl/mosty-base/baxx/pxry/sqzj`)
proxy.$message.success("申请证件成功")
emits("refresh");
close();