Commit 8417d049 authored by 李志鸣's avatar 李志鸣

fea(报工点查询): 新增注释

parent e4083d1b
......@@ -145,6 +145,7 @@
pageSize: this.tableConfig.paginationConfig.pageSize,
pageNum: this.tableConfig.paginationConfig.currentPage
};
// 报工点补扫查字段为一个单独的搜索条件,不在精准搜索组件中进行
if (this.searchList.filters) {
for (let i = 0, item = this.searchList.filters; i < item.length; i++) {
if (item[i].fieldCode === 'scanType') {
......@@ -199,6 +200,7 @@
pageSize: this.tableConfig.paginationConfig.pageSize,
pageNum: this.tableConfig.paginationConfig.currentPage
};
// 报工点补扫查字段为一个单独的搜索条件,不在精准搜索组件中进行
if (this.searchList.filters) {
for (let i = 0, item = this.searchList.filters; i < item.length; i++) {
if (item[i].fieldCode === 'scanType') {
......
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