mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 16:32:28 +00:00
Merge pull request #3187 from jumpserver/pr@dev@accounts
fix: 工单账号组建默认值为空
This commit is contained in:
@@ -177,7 +177,7 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
this.initDefaultChoice()
|
this.initDefaultChoice()
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (this.value === '') {
|
if (this.value.length === 0) {
|
||||||
this.$emit('input', ['@ALL'])
|
this.$emit('input', ['@ALL'])
|
||||||
} else {
|
} else {
|
||||||
this.$emit('input', this.value)
|
this.$emit('input', this.value)
|
||||||
|
Reference in New Issue
Block a user