修改
This commit is contained in:
parent
c61f3d065d
commit
bfec2ffaff
@ -104,8 +104,19 @@
|
||||
methods: {
|
||||
//点击toptabr
|
||||
tapmymission(item) {
|
||||
this.orderStatus = item
|
||||
this.selectMissioninfo();
|
||||
var that = this
|
||||
const value = uni.getStorageSync('nursePersonId');
|
||||
if (value) {
|
||||
that.orderStatus = item
|
||||
that.selectMissioninfo();
|
||||
} else {
|
||||
that.$refs.uToast.show({
|
||||
title: '您未登录',
|
||||
type: 'error',
|
||||
duration: '1000',
|
||||
url:"/pages/login/login"
|
||||
})
|
||||
}
|
||||
},
|
||||
//工单list请求
|
||||
selectMissioninfo() {
|
||||
@ -189,7 +200,13 @@
|
||||
if (value) {
|
||||
that.nursePersonId = value
|
||||
that.selectMissioninfo();
|
||||
} else {}
|
||||
} else {
|
||||
that.$refs.uToast.show({
|
||||
title: '您未登录',
|
||||
type: 'error',
|
||||
duration: '1000'
|
||||
})
|
||||
}
|
||||
},
|
||||
onReachBottom() { //下滑加载
|
||||
if (this.missionlist.length >= this.total) {} else {
|
||||
|
||||
@ -85,6 +85,7 @@
|
||||
};
|
||||
},
|
||||
onShow() {
|
||||
this.personRoleLoginFlag = "notRoleName"
|
||||
this.selectOrderByNursePersonCountlist = {}
|
||||
this.beijingurl = baseurl + '/profile/nursePersonAppletPicture/person_center.png'
|
||||
var that = this
|
||||
|
||||
Loading…
Reference in New Issue
Block a user