NEZ-884 fix: 修复 system reset 功能报错

This commit is contained in:
@changcode
2021-07-30 09:54:02 +08:00
parent 614a9c183f
commit 036c45bfb3
4 changed files with 33 additions and 3 deletions

View File

@@ -152,7 +152,7 @@
</template>
</template>
<template v-else-if="label.type.toUpperCase() === assetConstants.labelTypeData.EMAIL">
<input v-model="label.value[0]" size="small"></input>
<input v-model="label.value[0]" size="small" />
</template>
</template>
</el-form-item>