修改 草稿 功能 bug

This commit is contained in:
GGJ
2024-06-21 10:15:25 +08:00
parent 90246e9abf
commit b2a2c1ecf6
4 changed files with 32 additions and 50 deletions

View File

@@ -191,7 +191,7 @@ const submit = (flag: boolean) => {
//此时该告警单处于待反馈状态
addFeedback(subForm).then(res => {
//查询进线数据避免一直处于loading状态
ElMessage.success('申请成功')
ElMessage.success('保存成功')
tableStore.index()
dialogVisible.value = false
})