Browse Source

研发制度bug处理

ljb 7 months ago
parent
commit
03a1b0bccd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/RD-system-manage/list.vue

+ 1 - 1
src/views/RD-system-manage/list.vue

@@ -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,