Commit 9dcb485b by gao_yingdong

案件档案法律文书

parent 06ebc97b
...@@ -181,7 +181,11 @@ export default { ...@@ -181,7 +181,11 @@ export default {
for (let i = 0; i < res.data.flxx.length; i++) { for (let i = 0; i < res.data.flxx.length; i++) {
if ( if (
res.data.flxx[i].wsdm == "010101" ||
res.data.flxx[i].wsdm == "010202" || res.data.flxx[i].wsdm == "010202" ||
res.data.flxx[i].wsdm == "050302" ||
res.data.flxx[i].wsdm == "050102" ||
res.data.flxx[i].wsdm == "050202" ||
res.data.flxx[i].wsdm == "050101" res.data.flxx[i].wsdm == "050101"
) { ) {
for (let j = 0; j < res.data.flxx[i].wsList.length; j++) { for (let j = 0; j < res.data.flxx[i].wsList.length; j++) {
......
...@@ -144,7 +144,13 @@ export default { ...@@ -144,7 +144,13 @@ export default {
if (res.code == 200) { if (res.code == 200) {
self.caseFileList3 = []; self.caseFileList3 = [];
res.data.flxx.forEach((item) => { res.data.flxx.forEach((item) => {
if (item.wsdm != "010202" && item.wsdm != "050101") { if (
item.wsdm == "030502" ||
item.wsdm == "030102" ||
item.wsdm == "030603" ||
item.wsdm == "030302" ||
item.wsdm == "030402"
) {
self.caseFileList3.push(item); self.caseFileList3.push(item);
} }
}); });
......
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