解决合并出现的问题

This commit is contained in:
shizhong
2023-09-20 16:53:38 +08:00
parent 4a0e850f42
commit ec76b555a3
8 changed files with 8 additions and 540 deletions

View File

@ -147,7 +147,7 @@
v-for="item in postOptions"
:key="item.id"
:label="item.name"
:value="(item.id as unknown as number)"
:value="item.id as unknown as number"
/>
</el-select>
</template>