Commit 10e8e882 authored by yanzhengyang's avatar yanzhengyang

费用审批-日常报销查询bug修复

parent 168d12c7
......@@ -12,9 +12,9 @@
>
<el-option
v-for="item in projectNameList"
:key="item"
:label="item"
:value="item"
:key="item.projectName"
:label="item.projectName"
:value="item.projectName"
/>
</el-select>
</el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment