提交 da5a1f16 编写于 作者: yi.li's avatar yi.li

接口修改调整

上级 591be0e4
......@@ -52,7 +52,7 @@
breadTxt: '录入管理',
jumPathThird: '/followup/record-manage/record-list',
checkStart: false,
showBtn: '1',
showBtn: '1', //值为0隐藏右上角按钮,值为1显示按钮
// resourceId: '',
saveWay: 1,
scaleNo: ''
......
......@@ -201,8 +201,11 @@
// },
// 获取展示的模块
getFormModules(){
let para = {
planPatientsTimesId: this.planPatientsTimesId
}
// 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'){
this.moduleList = res.data;
for(let i=0;i<this.moduleList.length;i++){
......
......@@ -196,8 +196,11 @@
// 获取展示的模块
getFormModules(){
let para = {
planPatientsTimesId: this.planPatientsTimesId
}
// 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'){
this.moduleList = res.data;
for(let i=0;i<this.moduleList.length;i++){
......
......@@ -237,8 +237,11 @@
},
// 获取展示的模块
getFormModules(){
let para = {
planPatientsTimesId: this.planPatientsTimesId
}
// 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'){
this.moduleList = res.data;
for(let i=0;i<this.moduleList.length;i++){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册