修改详情
This commit is contained in:
parent
c9e4d05514
commit
3eb0745370
@ -108,10 +108,10 @@
|
|||||||
></i>
|
></i>
|
||||||
<el-button
|
<el-button
|
||||||
v-if="
|
v-if="
|
||||||
taskPartitionCode == 'TPC202405200003' ||
|
taskPartitionCode == 'MEDICATION_GUIDE' ||
|
||||||
taskPartitionCode == 'TPC202405200004' ||
|
taskPartitionCode == 'SPORT_GUIDE' ||
|
||||||
taskPartitionCode == 'TPC202405200005' ||
|
taskPartitionCode == 'DIET_GUIDE' ||
|
||||||
taskPartitionCode == 'TPC202405200006'
|
taskPartitionCode == 'NURSING_GUIDE'
|
||||||
"
|
"
|
||||||
round
|
round
|
||||||
style="margin-left: 10px"
|
style="margin-left: 10px"
|
||||||
@ -833,25 +833,25 @@ export default {
|
|||||||
},
|
},
|
||||||
// 药品重置
|
// 药品重置
|
||||||
addresetQuerylist() {
|
addresetQuerylist() {
|
||||||
if (this.taskPartitionCode == 'TPC202405200003') { // 用药
|
if (this.taskPartitionCode == 'MEDICATION_GUIDE') { // 用药
|
||||||
this.informationqueryParams = {
|
this.informationqueryParams = {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
};
|
};
|
||||||
this.informationInfoinfo();
|
this.informationInfoinfo();
|
||||||
} else if (this.taskPartitionCode == 'TPC202405200004') {//运动
|
} else if (this.taskPartitionCode == 'SPORT_GUIDE') {//运动
|
||||||
this.SporParams = {
|
this.SporParams = {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
};
|
};
|
||||||
this.spotgetList();
|
this.spotgetList();
|
||||||
} else if (this.taskPartitionCode == 'TPC202405200005') {//饮食
|
} else if (this.taskPartitionCode == 'DIET_GUIDE') {//饮食
|
||||||
this.DieParams = {
|
this.DieParams = {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
},
|
},
|
||||||
this.DiegetList()
|
this.DiegetList()
|
||||||
} else if (this.taskPartitionCode == 'TPC202405200006') {//居家护理
|
} else if (this.taskPartitionCode == 'NURSING_GUIDE') {//居家护理
|
||||||
this.NursingParams = {
|
this.NursingParams = {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
@ -940,17 +940,17 @@ export default {
|
|||||||
// 知识库获取
|
// 知识库获取
|
||||||
knowledge(index, item) {
|
knowledge(index, item) {
|
||||||
// 用药
|
// 用药
|
||||||
if (this.taskPartitionCode == 'TPC202405200003') {
|
if (this.taskPartitionCode == 'MEDICATION_GUIDE') {
|
||||||
this.Drugshow = true
|
this.Drugshow = true
|
||||||
this.informationInfoinfo()
|
this.informationInfoinfo()
|
||||||
} else if (this.taskPartitionCode == 'TPC202405200004') {//运动
|
} else if (this.taskPartitionCode == 'SPORT_GUIDE') {//运动
|
||||||
this.Sportshow = true
|
this.Sportshow = true
|
||||||
this.spotgetList()
|
this.spotgetList()
|
||||||
} else if (this.taskPartitionCode == 'TPC202405200005') {//饮食
|
} else if (this.taskPartitionCode == 'DIET_GUIDE') {//饮食
|
||||||
this.Dieshow = true
|
this.Dieshow = true
|
||||||
this.DiegetList()
|
this.DiegetList()
|
||||||
|
|
||||||
} else if (this.taskPartitionCode == 'TPC202405200006') {//居家护理
|
} else if (this.taskPartitionCode == 'NURSING_GUIDE') {//居家护理
|
||||||
this.Nursingshow = true
|
this.Nursingshow = true
|
||||||
this.NursinggetList()
|
this.NursinggetList()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user