Commit 37817dfe authored by hezhen's avatar hezhen

123

parent 9898203d
...@@ -515,6 +515,13 @@ export default { ...@@ -515,6 +515,13 @@ export default {
}) })
this.bulkUploadMember = false this.bulkUploadMember = false
this.getList() this.getList()
}else {
this.$notify({
title: '失败',
message: data.message,
type: 'failed',
duration: 2000
})
} }
}) })
} else { } else {
...@@ -529,6 +536,13 @@ export default { ...@@ -529,6 +536,13 @@ export default {
}) })
this.bulkUploadMember = false this.bulkUploadMember = false
this.getList() this.getList()
}else {
this.$notify({
title: '失败',
message: data.message,
type: 'failed',
duration: 2000
})
} }
}) })
} }
......
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