修改消息列表

This commit is contained in:
闫晓茹 2023-11-09 17:18:36 +08:00
parent 5d223fdac6
commit 894cde8c4c

View File

@ -62,32 +62,12 @@
tabscurrent: 0,
optionindex: 0,
optionname: '全部',
// options: [{
// label: '',
// value: '',
// }, {
// label: '',
// value: 'WAIT_RECEIVED_GOODS',
// }, {
// label: '',
// value: 'RECEIVED_GOODS',
// }, {
// label: '',
// value: 'COMPLETED',
// }],
query: {
hospitalPersonId: uni.getStorageSync("id"),
orderStatus: '',
orderType: '',
pageNum: 1,
pageSize: 10,
},
missionlist: [],
missiontotal: 0,
remark: '',
formdata: {
pageNum: 1,
pageSize: 10,
pageSize: 1000,
doctorId: uni.getStorageSync("id"),
consultationType: 'IMAGE_TEXT_CONSULTATION',
status: '',
@ -99,6 +79,7 @@
},
mounted() {
this.status = uni.getStorageInfoSync('status')
this.info()
},
watch: {
Refresh(newvalue, oldvalue) {