Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
2023-11-09 17:19:35 +08:00
commit 3bbc77b95a

View File

@ -60,32 +60,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: '',
@ -97,6 +77,7 @@
},
mounted() {
this.status = uni.getStorageInfoSync('status')
this.info()
},
watch: {
Refresh(newvalue, oldvalue) {