Commit 8167e850 by liyuhang19990520

Merge branch 'dev_zwpt' of http://39.99.224.27:9022/changchao/founder_vue into dev_zwpt

parents ba031518 058aab66
......@@ -485,6 +485,7 @@ export default {
ysxtAsjbh: '',// 搜索条码
searchOptions: 3,// 通用搜索
caseCheckboxQuery: [],// 条件查询
caseLogicIds: '',// 案件逻辑库
},
page: {
total: 0,
......@@ -513,6 +514,12 @@ export default {
search (page = 1) {
// console.info("案件请求===>", this.reqParam);
this.reqParam.page.currPage = page;
let caseLogicIds = []
let arr = this.$store.state.ljk.targetOptions_aj
for (let i = 0; i < arr.length; i++) {
caseLogicIds.push(arr[i].id)
}
this.reqParam.caseStoreCustomSearchReq.caseLogicIds = caseLogicIds.toString()
this.$axios
.post("/api/casestore/allcase", this.reqParam)
.then(response => {
......
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