Commit 5d939a52 authored by “yiyousong”'s avatar “yiyousong”

pref:修改大厅窗口搜索

parent 8b653b7b
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</a-select-option> </a-select-option>
</a-select> </a-select>
<a-input-search <a-input-search
placeholder="请输入窗口名称搜索" placeholder="请输入窗口编号搜索"
enter-button="搜索" enter-button="搜索"
v-model="leftSearchVal" v-model="leftSearchVal"
@search="onSearchLeft" @search="onSearchLeft"
...@@ -290,7 +290,7 @@ export default { ...@@ -290,7 +290,7 @@ export default {
page: this.leftCurrent, page: this.leftCurrent,
size: this.leftSize, size: this.leftSize,
siteId: this.siteId, siteId: this.siteId,
windowName: `%${this.leftSearchVal}%`, fromnum: `%${this.leftSearchVal}%`,
hallId: this.leftHallSearch, hallId: this.leftHallSearch,
}); });
if (res.data.code == 1) { if (res.data.code == 1) {
......
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