Commit 78a39d57 by liang ce

清除缓存

parent 4b8d3b54
......@@ -47,7 +47,7 @@
<label>请输入查询人员:</label><a-input style="width:220px" v-model="searchData" placeholder="" />
</div>
<div class="userList">
<span v-for="(item,index) in allowanceDetails.grantSubsidyUserName" :class="searchData === item.trim() ? 'searchData': ''" :key="index">{{item}}</span>
<span v-for="(item,index) in allowanceDetails.grantSubsidyUserName" :class="searchData.trim() === item ? 'searchData': ''" :key="index">{{item}}</span>
</div>
</div>
</div>
......
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