|
@@ -2,7 +2,7 @@
|
|
|
<div>
|
|
|
<normalBook
|
|
|
ref="basicLayout"
|
|
|
- tableName="phoneBoolTable"
|
|
|
+ tableName="phoneBookTable"
|
|
|
idName="sys_phonebookid"
|
|
|
:apiId="{query:20231220085804,del:''}"
|
|
|
:autoQuery="false"
|
|
@@ -85,7 +85,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import normalBook from "@/components/normal-basic-layout/normalBook";
|
|
|
+import normalBook from "@/components/normal-basic-layout-new/normalBook";
|
|
|
import myGroup from '../mycontact/index';
|
|
|
import addContact from '../mycontact/modules/addContact'
|
|
|
export default {
|
|
@@ -166,10 +166,10 @@ export default {
|
|
|
},
|
|
|
methods:{
|
|
|
async listData(id){
|
|
|
- console.log(id,'tabname')
|
|
|
- /*const res = await this.$api.requested(this.param)*/
|
|
|
this.$refs.basicLayout.param.content.type = this.tabName
|
|
|
- this.$refs.basicLayout.listData()
|
|
|
+ this.$nextTick(()=>{
|
|
|
+ this.$refs.basicLayout.listData()
|
|
|
+ })
|
|
|
},
|
|
|
/*任务页面跳转*/
|
|
|
onGoto(row){
|
|
@@ -220,8 +220,6 @@ export default {
|
|
|
this.$refs.basicLayout.listData()
|
|
|
},
|
|
|
clickGroup(val,type){
|
|
|
- console.log(this.tabName,'tabName22222')
|
|
|
- console.log(type,'1111')
|
|
|
this.$refs.basicLayout.param.content.groupname = val.groupname
|
|
|
this.$refs.basicLayout.param.content.sys_phonebookgroupid = val.sys_phonebookgroupid
|
|
|
this.listData()
|
|
@@ -236,7 +234,6 @@ export default {
|
|
|
arr = this.tagList.filter(item=>{
|
|
|
return this.tags.includes(item.tag)
|
|
|
})
|
|
|
- console.log(arr,'arr11')
|
|
|
arr.forEach(e=>{
|
|
|
arr2 = arr2.concat(e.mutextag)
|
|
|
})
|