参会情况修改
This commit is contained in:
@@ -222,7 +222,7 @@ export default {
|
||||
httpAction(httpurl, formData, method).then((res) => {
|
||||
if (res.success) {
|
||||
that.$message.success(res.message)
|
||||
that.$emit('ok')
|
||||
that.$emit('ok',formData)
|
||||
that.close()
|
||||
} else {
|
||||
that.$message.warning(res.message)
|
||||
|
||||
Reference in New Issue
Block a user