NEZ-1514 feat:全局搜索功能(90%)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user