|
|
@@ -251,7 +251,7 @@ export default window.$crudCommon({
|
|
|
if (data[fileType].length) {
|
|
|
data[fileType].forEach(item => {
|
|
|
let zdwjdz = !!item.zdwjdz ? JSON.parse(item.zdwjdz) : [];
|
|
|
- let zdsszm = !!item.zdwjdz ? JSON.parse(item.zdwjdz) : [];
|
|
|
+ let zdsszm = !!item.zdsszm ? JSON.parse(item.zdsszm) : [];
|
|
|
newList.push({
|
|
|
wjlx: fileType,
|
|
|
...item,
|