This commit is contained in:
2025-07-07 10:29:55 +08:00
parent 1b19b0268d
commit 82f2f3b2c6

View File

@ -138,12 +138,12 @@ const getList = () => {
// 删除 // 删除
const deleteRow = (id) => { const deleteRow = (id) => {
proxy.$confirm("确定要删除", "警告", { type: "warning" }).then(() => { proxy.$confirm("确定要删除", "警告", { type: "warning" }).then(() => {
qcckPost({id}, "/mosty-gsxt/tbJlqk/delete").then(() => { qcckPost({id}, "/mosty-gsxt/tbJlqk/delete").then(() => {
proxy.$message({ type: "success", message: "删除成功" }); proxy.$message({ type: "success", message: "删除成功" });
getList(); getList();
}); });
}) })
}; };
// 详情 // 详情