删除console
This commit is contained in:
@@ -49,7 +49,6 @@ export default {
|
||||
deep: true,
|
||||
immediate: true,
|
||||
handler (n) {
|
||||
console.log(n)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -24,8 +24,6 @@ const isSameOrBefore = require('dayjs/plugin/isSameOrBefore')
|
||||
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e } }
|
||||
|
||||
const dayjs__default = /* #__PURE__ */_interopDefaultLegacy(window.$dayJs)
|
||||
console.log(window.$dayJs.tz().format('YYYY-MM-DD HH:mm:ss'))
|
||||
console.log(window.$dayJs.tz.guess())
|
||||
const ElInput__default = /* #__PURE__ */_interopDefaultLegacy(ElInput)
|
||||
const ElButton__default = /* #__PURE__ */_interopDefaultLegacy(ElButton)
|
||||
const customParseFormat__default = /* #__PURE__ */_interopDefaultLegacy(customParseFormat)
|
||||
|
||||
@@ -144,7 +144,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
statusChange (user) {
|
||||
console.log(user)
|
||||
if (user.roles) {
|
||||
user.roleIds = user.roles.map(t => t.id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user