Commit fe25f5fe by qiaoyanqi

过滤修改

parent 9c90b7a0
...@@ -262,7 +262,7 @@ export default { ...@@ -262,7 +262,7 @@ export default {
getBaseData(postData, urlParam, isInit = false) { getBaseData(postData, urlParam, isInit = false) {
let url = '' let url = ''
let postParam = {} let postParam = {}
if (this.isFilter && !isInit && this.structtype != 1) { if (this.isFilter && !isInit) {
let newParam = {} let newParam = {}
if (this.bill && this.bill.getBuillData) { if (this.bill && this.bill.getBuillData) {
delete postData.expression delete postData.expression
......
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