Commit 9aec7cdb authored by xuchaozou's avatar xuchaozou

perf: 取消删除样式文件

parent 06795979
Pipeline #95981 failed with stages
...@@ -520,7 +520,7 @@ const VectorData = props => { ...@@ -520,7 +520,7 @@ const VectorData = props => {
deleteVectorService(query).then(res => { deleteVectorService(query).then(res => {
if (res.success) { if (res.success) {
setFlag(flag + 1); setFlag(flag + 1);
deleteVectorData(record) //deleteVectorData(record)
notification.success({ notification.success({
message: '提示', message: '提示',
duration: 3, duration: 3,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment