Browse Source

修改字段显示

liuyc 2 years ago
parent
commit
5d2d76c703
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/data-fill/wbs.vue

+ 1 - 1
src/views/data-fill/wbs.vue

@@ -1022,7 +1022,7 @@ const reportModalClick = () => {
     const rows = ListItemDatas.value;
     const rows = ListItemDatas.value;
     reportIds.value = info['contractIdRelation'] ? info['id'] : info['primaryKeyId']
     reportIds.value = info['contractIdRelation'] ? info['id'] : info['primaryKeyId']
     if (rows.length > 0) {
     if (rows.length > 0) {
-        reportTaskName.value = rows.length > 1?`${rows[0].name}等${rows.length}个文件`:rows[0].name
+        reportTaskName.value = rows.length > 1?`${rows[0].nodeName}等${rows.length}个文件`:rows[0].nodeName
         reportAddition.value = {
         reportAddition.value = {
             classify: authBtnTabKey.value,
             classify: authBtnTabKey.value,
             contractIdRelation: info['contractIdRelation'],
             contractIdRelation: info['contractIdRelation'],