更新
This commit is contained in:
@ -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();
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
|
||||||
// 详情
|
// 详情
|
||||||
|
Reference in New Issue
Block a user