Commit 9d7d2911 by pangchong

feat: 事件名称修改提示

parent 3af10e1f
......@@ -178,6 +178,7 @@ const handleConfirm = async (record: any, rowIndex: number) => {
const res = await sendUpdateTitle(record, rowIndex)
if (res.code == 200) {
handleFocus(record, rowIndex)
Message.success(res.message)
} else {
titleArr.value[rowIndex].focus()
Message.error(res.message)
......
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