This commit is contained in:
lcw
2025-09-26 17:22:28 +08:00
parent 7f6783108b
commit ee5e534052
77 changed files with 185 additions and 158 deletions

View File

@ -113,7 +113,7 @@ const close = () => {
const getList = async ({ id = "" }, type = '') => {
const res = await qcckPost({
pxxmid: id
}, `/bagl/mosty-base/baxx/ksry/list`)
}, `/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 }, `/bagl/mosty-base/baxx/pxry/sqzj`)
await qcckPost({ id: pxryid }, `/mosty-base/baxx/pxry/sqzj`)
proxy.$message.success("申请证件成功")
emits("refresh");
close();