Commit 10e8e882 authored by yanzhengyang's avatar yanzhengyang

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

parent 168d12c7
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
> >
<el-option <el-option
v-for="item in projectNameList" v-for="item in projectNameList"
:key="item" :key="item.projectName"
:label="item" :label="item.projectName"
:value="item" :value="item.projectName"
/> />
</el-select> </el-select>
</el-form-item> </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