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