Merge pull request #4038 from jumpserver/pr@v4@fix_assets_error

fixed: Fixed the Error message when updating assets
This commit is contained in:
ZhaoJiSen 2024-06-13 15:44:58 +08:00 committed by GitHub
commit 04de130e02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 9 deletions

View File

@ -268,7 +268,7 @@ export default {
}
// Select
//
if (this.iValue.length === 0) this.transformed = false
if (Array.isArray(this.iValue) && this.iValue.length === 0) this.transformed = false
this.$nextTick(() => {
// elform

View File

@ -19,7 +19,3 @@ export default {
}
}
</script>
<style>
</style>

View File

@ -324,7 +324,3 @@ export default {
}
}
</script>
<style>
</style>