修改详情

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