浏览代码

任务调整

qymljy 2 年之前
父节点
当前提交
c2a65ac090
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      src/HManagement/task/modules/detail.vue
  2. 1 1
      src/components/normal-basic-layout/details/index.vue

+ 1 - 0
src/HManagement/task/modules/detail.vue

@@ -12,6 +12,7 @@
         tags=""
         :tabs="['详细信息']"
         :mainData="mainData"
+        :isGroup="true"
         @teamList="teamList"
         @pageChange="pageChange"
         @onEditSuccess="queryMainData($route.query.id)">

+ 1 - 1
src/components/normal-basic-layout/details/index.vue

@@ -71,7 +71,7 @@
           <taskTemp v-if="activeApp.istask" :status="status" :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)" :typeTask="typeTask">
             <el-button slot="collapse" type="text" icon="el-icon-s-unfold" class="inline-16" @click="onCollapse"></el-button>
           </taskTemp>
-          <group v-if="activeApp.isdatateam" :isGroup="isGroup" :status="status" ref="group" style="margin-bottom:10px" :justsaler="justsaler" :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)" @onSuccess="onSuccess" @teamList="teamList">
+          <group v-if="activeApp.isdatateam" :isGroup="isGroup" :status="status" ref="group" style="margin-bottom:10px"  :justsaler="justsaler" :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)" @onSuccess="onSuccess" @teamList="teamList">
             <el-button slot="collapse" type="text" icon="el-icon-s-unfold" class="inline-16" @click="onCollapse"></el-button>
           </group>
           <follow-up v-if="activeApp.isdatafollowup" :status="status" ref="follow" :ownertable="ownertable?ownertable:idname.slice(0, this.idname.length - 2)">