新增编辑失败传参

This commit is contained in:
zyx.net
2023-08-29 14:33:59 +08:00
parent 016661a5e4
commit 3444dc4c0d
@@ -475,7 +475,7 @@
this.confirmLoading = false
this.getList()
} else {
this.$message.warning(this.$t('operationFailed'))
this.$message.warning(res.message)
this.confirmLoading = false
}
})