|
@@ -787,18 +787,13 @@ import {
|
|
|
setCustomerCourseSopList,
|
|
setCustomerCourseSopList,
|
|
|
unBindUserId, updateExternalContactCall
|
|
unBindUserId, updateExternalContactCall
|
|
|
} from '@/api/qw/externalContact'
|
|
} from '@/api/qw/externalContact'
|
|
|
-/*import {getMyQwUserList, getMyQwCompanyList, updateUser,getQwUserListLikeName} from "@/api/qw/user";*/
|
|
|
|
|
-import {getMyQwUserList, getMyQwCompanyList, updateUser} from "@/api/qw/user";
|
|
|
|
|
-import {listTag, getTag, searchTags,} from "@/api/qw/tag";
|
|
|
|
|
|
|
+
|
|
|
|
|
+import { getMyQwCompanyListAll } from '@/api/qw/user'
|
|
|
|
|
+import {listTag, searchTags,} from "@/api/qw/tag";
|
|
|
import { allListTagGroup} from "@/api/qw/tagGroup";
|
|
import { allListTagGroup} from "@/api/qw/tagGroup";
|
|
|
-/*import mycustomer from '@/views/qw/externalContact/mycustomer'
|
|
|
|
|
-import customerDetails from '@/views/qw/externalContact/customerDetails'
|
|
|
|
|
-import SopDialog from '@/views/course/sop/SopDialog.vue'
|
|
|
|
|
-import selectUser from "@/views/qw/externalContact/selectUser.vue";
|
|
|
|
|
-import info from "@/views/qw/externalContact/info.vue";
|
|
|
|
|
-import { editTalk } from "@/api/qw/externalContactInfo";*/
|
|
|
|
|
|
|
+
|
|
|
import PaginationMore from "../../../components/PaginationMore/index.vue";
|
|
import PaginationMore from "../../../components/PaginationMore/index.vue";
|
|
|
-/*import userDetails from '@/views/store/components/userDetails.vue';*/
|
|
|
|
|
|
|
+
|
|
|
export default {
|
|
export default {
|
|
|
name: "ExternalContact",
|
|
name: "ExternalContact",
|
|
|
/*components:{PaginationMore, mycustomer,customerDetails,SopDialog,selectUser,info,userDetails},*/
|
|
/*components:{PaginationMore, mycustomer,customerDetails,SopDialog,selectUser,info,userDetails},*/
|
|
@@ -1004,7 +999,7 @@ export default {
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
- getMyQwCompanyList().then(response => {
|
|
|
|
|
|
|
+ getMyQwCompanyListAll().then(response => {
|
|
|
this.myQwCompanyList = response.data;
|
|
this.myQwCompanyList = response.data;
|
|
|
if(this.myQwCompanyList!=null){
|
|
if(this.myQwCompanyList!=null){
|
|
|
// this.queryParams.corpId=this.myQwCompanyList[0].dictValue
|
|
// this.queryParams.corpId=this.myQwCompanyList[0].dictValue
|