修改成本-仓库parseInt

This commit is contained in:
2024-02-19 09:40:23 +08:00
parent b672d0ff57
commit 8b88d6a9b9
8 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2023-08-01 13:52:10
* @LastEditors: zwq
* @LastEditTime: 2023-11-23 15:27:47
* @LastEditTime: 2024-02-19 09:33:00
* @Description:
-->
<template>
@@ -51,7 +51,7 @@
v-for="item in urlOptions.dictList.dict0"
:key="item.id"
:label="item.label"
:value="parseInt(item.value)"></el-option>
:value="item.value"></el-option>
</el-select>
</el-form-item>
</el-col>