更新
This commit is contained in:
@ -138,12 +138,12 @@ const getList = () => {
|
||||
|
||||
// 删除
|
||||
const deleteRow = (id) => {
|
||||
proxy.$confirm("确定要删除", "警告", { type: "warning" }).then(() => {
|
||||
qcckPost({id}, "/mosty-gsxt/tbJlqk/delete").then(() => {
|
||||
proxy.$message({ type: "success", message: "删除成功" });
|
||||
getList();
|
||||
});
|
||||
})
|
||||
proxy.$confirm("确定要删除", "警告", { type: "warning" }).then(() => {
|
||||
qcckPost({id}, "/mosty-gsxt/tbJlqk/delete").then(() => {
|
||||
proxy.$message({ type: "success", message: "删除成功" });
|
||||
getList();
|
||||
});
|
||||
})
|
||||
};
|
||||
|
||||
// 详情
|
||||
|
Reference in New Issue
Block a user