|
|
@ -398,6 +398,7 @@ export default { |
|
|
|
methods: { |
|
|
|
// 明细列表 - 获取明细列表(后端分页) |
|
|
|
getDetailList(data,successFn,errorFn){ |
|
|
|
if(data)this.PageListParams.condition.filters = [] |
|
|
|
// 获取明细分页信息 |
|
|
|
let _hasId = false |
|
|
|
this.PageListParams.condition.filters.forEach(item=>{ |
|
|
@ -405,7 +406,7 @@ export default { |
|
|
|
_hasId = true |
|
|
|
} |
|
|
|
}) |
|
|
|
if(!_hasId){ |
|
|
|
if(!_hasId || data){ |
|
|
|
this.PageListParams.condition.filters.push({ |
|
|
|
logic: "And", |
|
|
|
column: this.URLOption_masterId, |
|
|
|