Commit b848b67a authored by 黄奎's avatar 黄奎

地接图片查询修改

parent f330724f
......@@ -178,9 +178,9 @@
</div>
<div v-if="activeName == 'first'">
<span style="margin-left:24px;">
<input type="text" class="resource-name resAddImg" v-model="queryMsg.Name" @keyup.enter="getList"
<input type="text" class="resource-name resAddImg" v-model="queryMsg.Name" @keyup.enter="queryMsg.pageIndex=1,getList()"
placeholder="请输入关键字" />
<span class="search-imgicon"><i class="iconfont icon-img_cz searchImgIcon" @click="getList"></i></span>
<span class="search-imgicon"><i class="iconfont icon-img_cz searchImgIcon" @click="queryMsg.pageIndex=1,getList()"></i></span>
</span>
<div class="addimgContent test-1" v-loading="loading">
<div class="addimgDiv" v-for="(item, index) in imglistArry" :key="item.subCode"
......
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