修改详情

This commit is contained in:
shidongli 2024-05-28 16:21:45 +08:00
parent c9e4d05514
commit 3eb0745370

View File

@ -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()
} }