Przeglądaj źródła

reactor:修复来电谈单数据问题;

zhangchong 3 miesięcy temu
rodzic
commit
9204629d3d

+ 0 - 1
src/layout/navBars/breadcrumb/zgTel.vue

@@ -2431,7 +2431,6 @@ const checkLogin = async () => {
 	}
 };
 onMounted(async () => {
-  console.log(userInfos.value,'11')
 	await getBaseInfo(); // 查询可以签入的分机
 	await getThreeWayAndTransfer(); // 查询呼叫转接的号码列表
 	initWs();

+ 0 - 7
src/views/todo/seats/accept/zgAccept.vue

@@ -1170,13 +1170,6 @@ const loadBaseData = async () => {
 		console.log(error);
 	}
 };
-watch(
-	() => route.query,
-	(newValue, oldValue) => {
-		console.log(state.ruleForm);
-	},
-	{ immediate: true }
-);
 // 如果是修改加载表单内容
 const loadForm = async () => {
 	state.formLoading = true;