Compare commits

..

No commits in common. "bfe98175440daaaa1884d131067de2e61dbdfd17" and "596ea8f658fd4723dbe0c54499709e6cef4db2ae" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
v-for="item of $d.UserType"
v-show="item.value !== 7 && item.value !== 8"
:key="'UserType' + item.label"
:value="item.label"
:value="item.id"
:label="item.label"
/>
</el-select>