Browse Source

任务调整

qymljy 2 years ago
parent
commit
c2a65ac090

+ 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)">