Browse Source

Merge branch 'master' of http://47.94.222.6:3003/lizuo/VentSystem_2.0_front

hongrunxia 1 year ago
parent
commit
08120ba7a6

+ 1 - 1
src/views/vent/deviceManager/comment/normalBtnTable.vue

@@ -189,7 +189,7 @@
    */
   function handleAdds(data) {
     console.log(data,'添加下级')
-    dictId.value = data.id;
+    dictId.value = data.subDictId;
     for (let key in record) {
       delete record[key];
     }

+ 2 - 2
src/views/vent/performance/fileDetail/fileDetail.data.ts

@@ -38,12 +38,12 @@ export const columns: BasicColumn[] = [
   },
   {
     title: '当前审批人',
-    dataIndex: 'approveBy',
+    dataIndex: 'createBy',
     width: 120,
   },
   {
     title: '上传时间',
-    dataIndex: 'createDt',
+    dataIndex: 'createTime',
   },
 ];