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