Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-insurance
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.frontend
pica-insurance
提交
88dd4ce9
提交
88dd4ce9
编写于
5月 09, 2023
作者:
张磊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
init
上级
cb9dabc2
变更
5
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
1 行增加
和
6 行删除
+1
-6
index.vue
src/views/appoint-demo/index.vue
+1
-0
index.vue
src/views/appoint/index.vue
+0
-2
index.vue
src/views/appointDetails/index.vue
+0
-1
insurance-detection-detail.vue
...insurance-detection-detail/insurance-detection-detail.vue
+0
-1
insuranceQuestionResult.vue
...insurance-question-result-pay/insuranceQuestionResult.vue
+0
-2
未找到文件。
src/views/appoint-demo/index.vue
浏览文件 @
88dd4ce9
...
...
@@ -223,6 +223,7 @@ export default {
console
.
log
(
'--res'
,
res
);
this
.
orgData
=
res
.
data
;
}
this
.
$loading
.
hide
();
});
},
selectTimes
(
times
)
{
...
...
src/views/appoint/index.vue
浏览文件 @
88dd4ce9
...
...
@@ -304,7 +304,6 @@ export default {
},
},
mounted
()
{
this
.
$loading
.
show
();
const
{
yunOrderNo
,
projectEquityNo
}
=
this
.
$route
.
query
;
this
.
yunOrderNo
=
yunOrderNo
;
...
...
@@ -518,7 +517,6 @@ export default {
message
:
this
.
buttonText
,
confirmButtonColor
:
'#00bda5'
});
});
},
confirm
(
values
)
{
...
...
src/views/appointDetails/index.vue
浏览文件 @
88dd4ce9
...
...
@@ -258,7 +258,6 @@ export default {
console
.
log
(
'yunOrderNo'
,
yunOrderNo
);
this
.
getDetailByYunOrderNo
(
yunOrderNo
);
this
.
getDetectionName
(
yunOrderNo
);
this
.
$loading
.
hide
();
this
.
$sendBuriedData
({
action
:
'ACTION_WEB_AFTER'
,
component_tag
:
'7802855#0#0#预约详情'
,
...
...
src/views/insurance-detection-detail/insurance-detection-detail.vue
浏览文件 @
88dd4ce9
...
...
@@ -301,7 +301,6 @@ export default {
this
.
detectionRecordId
=
detectionRecordId
;
this
.
yunOrderNo
=
yunOrderNo
;
this
.
init
();
},
mounted
()
{
console
.
log
(
'--VUE_APP_ENV'
,
VUE_APP_ENV
);
...
...
src/views/insurance-question-result-pay/insuranceQuestionResult.vue
浏览文件 @
88dd4ce9
...
...
@@ -118,7 +118,6 @@ export default {
},
mounted
()
{
const
{
query
}
=
this
.
$route
;
this
.
$loading
.
show
();
this
.
query
=
query
;
this
.
yunOrderNo
=
query
.
yunOrderNo
;
this
.
getDetectionName
(
query
.
yunOrderNo
);
...
...
@@ -127,7 +126,6 @@ export default {
component_tag
:
'7802850#0#0#问卷结果页面'
,
web_data
:{
yunOrderNo
:
this
.
yunOrderNo
},
});
this
.
$loading
.
hide
();
},
methods
:
{
statusMap
(
status
)
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录