Commit 37817dfe authored by hezhen's avatar hezhen

123

parent 9898203d
...@@ -515,7 +515,14 @@ export default { ...@@ -515,7 +515,14 @@ 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 {
this.staffTitleFrom.id = this.activeId this.staffTitleFrom.id = this.activeId
...@@ -529,7 +536,14 @@ export default { ...@@ -529,7 +536,14 @@ 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