Browse Source

reactor:修复宜宾通话记录错误;

zhangchong 11 hours ago
parent
commit
eb013f90ac
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/tels/callLog/ybCallLog.vue

+ 3 - 3
src/views/tels/callLog/ybCallLog.vue

@@ -24,11 +24,11 @@
 					<el-segmented
 					<el-segmented
 						:options="[
 						:options="[
 							{
 							{
-								value: 0,
+								value: 'false',
 								label: '全部',
 								label: '全部',
 							},
 							},
 							{
 							{
-								value: 1,
+								value: 'true',
 								label: '我的',
 								label: '我的',
 							},
 							},
 						]"
 						]"
@@ -548,7 +548,7 @@ const state = reactive<any>({
 		IsSensitiveWord: null, // 是否敏感通话
 		IsSensitiveWord: null, // 是否敏感通话
 		SortField: null,
 		SortField: null,
 		SortRule: null,
 		SortRule: null,
-		QuerySelf: 0, // 默认全部
+		QuerySelf: 'false', // 默认全部
 	},
 	},
 	tableData: [], // 列表数据
 	tableData: [], // 列表数据
 	loading: false, // 加载
 	loading: false, // 加载