修改
This commit is contained in:
parent
c7859afa5c
commit
85d6b97e8f
@ -25,8 +25,7 @@ export default {
|
||||
innerrefund: false,
|
||||
orderList: [],
|
||||
refundlist: [],
|
||||
orderTypelist: [
|
||||
{
|
||||
orderTypelist: [{
|
||||
value: "INTEGRAL_EXCHANGE",
|
||||
label: "积分兑换",
|
||||
},
|
||||
@ -157,13 +156,6 @@ export default {
|
||||
this.queryParams.nurseStationId = item.id;
|
||||
this.nurseStationshow = false;
|
||||
},
|
||||
//护理站list
|
||||
info() {
|
||||
getListByUser(this.getListByUserquery).then((res) => {
|
||||
this.nurseStationlist = res.rows;
|
||||
this.stationtotal = res.total;
|
||||
});
|
||||
},
|
||||
//页面所属护理站
|
||||
ParamsStation(item) {
|
||||
console.log(this.getListByUserquery)
|
||||
@ -236,6 +228,8 @@ export default {
|
||||
return "护理站";
|
||||
case "SHOPPING_MALL":
|
||||
return "商城";
|
||||
case "HEALTH_CONSULTATION":
|
||||
return "健康咨询";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user