Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
da5a1f16
提交
da5a1f16
编写于
10月 12, 2019
作者:
yi.li
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
接口修改调整
上级
591be0e4
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
13 行增加
和
4 行删除
+13
-4
form-template.vue
src/views/followup/record-manage/form-template.vue
+1
-1
diabetes.vue
src/views/followup/record-manage/patient-scale/diabetes.vue
+4
-1
hypertension.vue
...ews/followup/record-manage/patient-scale/hypertension.vue
+4
-1
stroke.vue
src/views/followup/record-manage/patient-scale/stroke.vue
+4
-1
未找到文件。
src/views/followup/record-manage/form-template.vue
浏览文件 @
da5a1f16
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
breadTxt
:
'录入管理'
,
breadTxt
:
'录入管理'
,
jumPathThird
:
'/followup/record-manage/record-list'
,
jumPathThird
:
'/followup/record-manage/record-list'
,
checkStart
:
false
,
checkStart
:
false
,
showBtn
:
'1'
,
showBtn
:
'1'
,
//值为0隐藏右上角按钮,值为1显示按钮
// resourceId: '',
// resourceId: '',
saveWay
:
1
,
saveWay
:
1
,
scaleNo
:
''
scaleNo
:
''
...
...
src/views/followup/record-manage/patient-scale/diabetes.vue
浏览文件 @
da5a1f16
...
@@ -201,8 +201,11 @@
...
@@ -201,8 +201,11 @@
// },
// },
// 获取展示的模块
// 获取展示的模块
getFormModules
(){
getFormModules
(){
let
para
=
{
planPatientsTimesId
:
this
.
planPatientsTimesId
}
// getScaleModels(this.domain,this.scaleNo).then(res=>{
// getScaleModels(this.domain,this.scaleNo).then(res=>{
getScaleModels2
(
this
.
domain
,
this
.
scaleNo
).
then
(
res
=>
{
getScaleModels2
(
this
.
domain
,
this
.
scaleNo
,
para
).
then
(
res
=>
{
if
(
res
.
code
==
'000000'
){
if
(
res
.
code
==
'000000'
){
this
.
moduleList
=
res
.
data
;
this
.
moduleList
=
res
.
data
;
for
(
let
i
=
0
;
i
<
this
.
moduleList
.
length
;
i
++
){
for
(
let
i
=
0
;
i
<
this
.
moduleList
.
length
;
i
++
){
...
...
src/views/followup/record-manage/patient-scale/hypertension.vue
浏览文件 @
da5a1f16
...
@@ -196,8 +196,11 @@
...
@@ -196,8 +196,11 @@
// 获取展示的模块
// 获取展示的模块
getFormModules
(){
getFormModules
(){
let
para
=
{
planPatientsTimesId
:
this
.
planPatientsTimesId
}
// getScaleModels(this.domain,this.scaleNo).then(res=>{
// getScaleModels(this.domain,this.scaleNo).then(res=>{
getScaleModels2
(
this
.
domain
,
this
.
scaleNo
).
then
(
res
=>
{
getScaleModels2
(
this
.
domain
,
this
.
scaleNo
,
para
).
then
(
res
=>
{
if
(
res
.
code
==
'000000'
){
if
(
res
.
code
==
'000000'
){
this
.
moduleList
=
res
.
data
;
this
.
moduleList
=
res
.
data
;
for
(
let
i
=
0
;
i
<
this
.
moduleList
.
length
;
i
++
){
for
(
let
i
=
0
;
i
<
this
.
moduleList
.
length
;
i
++
){
...
...
src/views/followup/record-manage/patient-scale/stroke.vue
浏览文件 @
da5a1f16
...
@@ -237,8 +237,11 @@
...
@@ -237,8 +237,11 @@
},
},
// 获取展示的模块
// 获取展示的模块
getFormModules
(){
getFormModules
(){
let
para
=
{
planPatientsTimesId
:
this
.
planPatientsTimesId
}
// getScaleModels(this.domain,this.scaleNo).then(res=>{
// getScaleModels(this.domain,this.scaleNo).then(res=>{
getScaleModels2
(
this
.
domain
,
this
.
scaleNo
).
then
(
res
=>
{
getScaleModels2
(
this
.
domain
,
this
.
scaleNo
,
para
).
then
(
res
=>
{
if
(
res
.
code
==
'000000'
){
if
(
res
.
code
==
'000000'
){
this
.
moduleList
=
res
.
data
;
this
.
moduleList
=
res
.
data
;
for
(
let
i
=
0
;
i
<
this
.
moduleList
.
length
;
i
++
){
for
(
let
i
=
0
;
i
<
this
.
moduleList
.
length
;
i
++
){
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录