|
@@ -13,7 +13,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</group>
|
|
</group>
|
|
|
|
|
|
|
|
- <contacts style="flex:1 0 auto" :data="activeGroupData" :tags="tagsList" :activeContactsData="activeContactsData" :editIndex="editIndex" ref="contacts" @clickContacts="clickContacts" @filtetContacts="filtetContacts"></contacts>
|
|
|
|
|
|
|
+<!-- <contacts style="flex:1 0 auto" :data="activeGroupData" :tags="tagsList" :activeContactsData="activeContactsData" :editIndex="editIndex" ref="contacts" @clickContacts="clickContacts" @filtetContacts="filtetContacts"></contacts>
|
|
|
<detail :activeContactsData="activeContactsData">
|
|
<detail :activeContactsData="activeContactsData">
|
|
|
<template v-slot:edit="data">
|
|
<template v-slot:edit="data">
|
|
|
<edit :tagList="tagList" v-if="tool.checkAuth($route.name,'update') && !(usertype === 0 && (groupname === '客户联系人' || groupname === '项目联系人')) " :data="data" :group="group" :allGroup="allGroup" :tagsList="tagsList" @onEditSuccess="onEditSuccess"></edit>
|
|
<edit :tagList="tagList" v-if="tool.checkAuth($route.name,'update') && !(usertype === 0 && (groupname === '客户联系人' || groupname === '项目联系人')) " :data="data" :group="group" :allGroup="allGroup" :tagsList="tagsList" @onEditSuccess="onEditSuccess"></edit>
|
|
@@ -21,7 +21,7 @@
|
|
|
<template v-slot:del="data">
|
|
<template v-slot:del="data">
|
|
|
<ondel v-if="tool.checkAuth($route.name,'delete') && !(usertype === 0 && (groupname === '客户联系人' || groupname === '项目联系人'))" :data="data" @onDelSuccess="onDelSuccess"></ondel>
|
|
<ondel v-if="tool.checkAuth($route.name,'delete') && !(usertype === 0 && (groupname === '客户联系人' || groupname === '项目联系人'))" :data="data" @onDelSuccess="onDelSuccess"></ondel>
|
|
|
</template>
|
|
</template>
|
|
|
- </detail>
|
|
|
|
|
|
|
+ </detail>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -77,7 +77,7 @@ export default {
|
|
|
allTags:[]
|
|
allTags:[]
|
|
|
},
|
|
},
|
|
|
param:{
|
|
param:{
|
|
|
- "id": "20220831164603",
|
|
|
|
|
|
|
+ "id": "20220831164303",
|
|
|
"content": {
|
|
"content": {
|
|
|
"nocache":true,
|
|
"nocache":true,
|
|
|
"where":{
|
|
"where":{
|