Commit 9dcb485b by gao_yingdong

案件档案法律文书

parent 06ebc97b
......@@ -181,7 +181,11 @@ export default {
for (let i = 0; i < res.data.flxx.length; i++) {
if (
res.data.flxx[i].wsdm == "010101" ||
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"
) {
for (let j = 0; j < res.data.flxx[i].wsList.length; j++) {
......
......@@ -144,7 +144,13 @@ export default {
if (res.code == 200) {
self.caseFileList3 = [];
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);
}
});
......
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