NEZ-1514 feat:全局搜索功能(90%)

This commit is contained in:
zhangyu
2022-01-17 14:25:39 +08:00
parent dd5300d5a1
commit 44002bf222
12 changed files with 145 additions and 21 deletions

View File

@@ -193,7 +193,6 @@ export default {
},
save: function (obj) {
const copy = JSON.parse(JSON.stringify(obj))
console.log(copy.expireAt)
copy.expireAt = new Date(copy.expireAt).getTime()
copy.expireAt = this.timezoneToUtcTimeStr(copy.expireAt, 'YYYY-MM-DD HH:mm:ss')
if (copy.role) {