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