Commit 37817dfe authored by hezhen's avatar hezhen

123

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