Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-consultation
提交
db733e0c
提交
db733e0c
编写于
9月 27, 2021
作者:
jq
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
删除log测试
上级
22ae8022
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
0 行增加
和
14 行删除
+0
-14
inquirylist.vue
src/components/common/inquirylist.vue
+0
-9
main.js
src/store/modules/main.js
+0
-1
socket.js
src/store/modules/socket.js
+0
-1
workbench.vue
src/views/IM/diagnosis-admin/workbench.vue
+0
-3
未找到文件。
src/components/common/inquirylist.vue
浏览文件 @
db733e0c
...
@@ -198,9 +198,6 @@
...
@@ -198,9 +198,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div>
{{
item
}}
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -237,10 +234,6 @@
...
@@ -237,10 +234,6 @@
showAdvice
:
(
state
)
=>
state
.
showAdvice
,
showAdvice
:
(
state
)
=>
state
.
showAdvice
,
}),
}),
doctorCallStatus
()
{
doctorCallStatus
()
{
console
.
log
(
typeof
this
.
item
,
'测试类型item'
);
console
.
log
(
this
.
item
,
'测试类型item'
);
console
.
log
(
typeof
this
.
item
.
doctorCallStatus
,
'测试类型'
);
console
.
log
(
this
.
item
.
doctorCallStatus
,
'测试类型doctorCallStatus'
);
switch
(
this
.
item
.
doctorCallStatus
)
{
switch
(
this
.
item
.
doctorCallStatus
)
{
case
1
:
case
1
:
return
'未拨打'
;
return
'未拨打'
;
...
@@ -369,7 +362,6 @@
...
@@ -369,7 +362,6 @@
created
()
{},
created
()
{},
mounted
()
{
mounted
()
{
console
.
log
(
'this.item'
,
this
.
item
);
if
(
this
.
item
.
returnStatus
==
1
||
this
.
item
.
returnStatus
==
3
)
{
if
(
this
.
item
.
returnStatus
==
1
||
this
.
item
.
returnStatus
==
3
)
{
const
nowData
=
new
Date
().
getTime
();
const
nowData
=
new
Date
().
getTime
();
const
timeleft
=
this
.
item
.
appointBeginTime
-
nowData
;
const
timeleft
=
this
.
item
.
appointBeginTime
-
nowData
;
...
@@ -492,7 +484,6 @@
...
@@ -492,7 +484,6 @@
})
})
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
.
code
==
'000000'
)
{
if
(
res
.
code
==
'000000'
)
{
console
.
log
(
res
.
data
);
this
.
$store
.
commit
(
'main/updateShowAdvice'
,
true
);
this
.
$store
.
commit
(
'main/updateShowAdvice'
,
true
);
this
.
$store
.
commit
(
'main/updateCurrentAdvice'
,
res
.
data
);
this
.
$store
.
commit
(
'main/updateCurrentAdvice'
,
res
.
data
);
}
else
{
}
else
{
...
...
src/store/modules/main.js
浏览文件 @
db733e0c
...
@@ -24,7 +24,6 @@ const main = {
...
@@ -24,7 +24,6 @@ const main = {
},
},
mutations
:
{
mutations
:
{
updateCurrentDiagList
(
state
,
obj
)
{
updateCurrentDiagList
(
state
,
obj
)
{
console
.
log
(
obj
,
'obj测试数据'
);
state
.
currentDiagList
=
obj
;
state
.
currentDiagList
=
obj
;
},
},
updateAllSize
(
state
,
allSize
)
{
updateAllSize
(
state
,
allSize
)
{
...
...
src/store/modules/socket.js
浏览文件 @
db733e0c
...
@@ -27,7 +27,6 @@ const socket = {
...
@@ -27,7 +27,6 @@ const socket = {
});
});
socketClient
.
on
(
'diagnose_push_event'
,
(
socket
)
=>
{
socketClient
.
on
(
'diagnose_push_event'
,
(
socket
)
=>
{
const
{
list
,
allSize
,
countRespList
}
=
socket
;
const
{
list
,
allSize
,
countRespList
}
=
socket
;
console
.
log
(
list
,
'测试listlistlist'
);
context
.
commit
(
'main/updateCurrentCalList'
,
countRespList
,
{
context
.
commit
(
'main/updateCurrentCalList'
,
countRespList
,
{
root
:
true
,
root
:
true
,
});
});
...
...
src/views/IM/diagnosis-admin/workbench.vue
浏览文件 @
db733e0c
...
@@ -47,7 +47,6 @@
...
@@ -47,7 +47,6 @@
:key=
"index"
:key=
"index"
class=
"workbench-li"
class=
"workbench-li"
>
>
{{
item
}}
<inquiryList-component
:item=
"item"
/>
<inquiryList-component
:item=
"item"
/>
</div>
</div>
</div>
</div>
...
@@ -174,7 +173,6 @@
...
@@ -174,7 +173,6 @@
},
},
},
},
created
()
{
created
()
{
console
.
log
(
'1233444544343'
,
this
.
currentDiagList
);
console
.
log
(
'currentCalList---------------------'
,
this
.
currentCalList
);
console
.
log
(
'currentCalList---------------------'
,
this
.
currentCalList
);
},
},
mounted
()
{
mounted
()
{
...
@@ -222,7 +220,6 @@
...
@@ -222,7 +220,6 @@
}
}
conditionUpdate
(
p
).
then
((
res
)
=>
{
conditionUpdate
(
p
).
then
((
res
)
=>
{
if
(
res
.
code
==
'000000'
)
{
if
(
res
.
code
==
'000000'
)
{
console
.
log
(
res
,
'resresresresresres测试'
);
this
.
$store
.
commit
(
'main/updateSoketQuest'
,
p
);
this
.
$store
.
commit
(
'main/updateSoketQuest'
,
p
);
if
(
type
==
'tab'
)
{
if
(
type
==
'tab'
)
{
const
returnStatus
=
p
.
returnStatus
;
const
returnStatus
=
p
.
returnStatus
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录