PMCORE-2700

updat

update

update
This commit is contained in:
Henry Jordan
2021-01-13 15:11:21 +00:00
parent 313baee59b
commit 009c5c12af
6 changed files with 67 additions and 8 deletions

View File

@@ -387,6 +387,7 @@ export default {
let that = this,
notesArray = [];
_.each(notes, (n) => {
n.id = _.random(1000000);
notesArray.push({
user: that.nameFormatCases(
n.USR_FIRSTNAME,