修改
This commit is contained in:
parent
38429b52db
commit
30cf997c1e
@ -77,6 +77,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(options) { //获取传值
|
onLoad(options) { //获取传值
|
||||||
|
this.GoodsCategorychildrenid = null
|
||||||
|
this.tabIndex = 0
|
||||||
if (options.title) {
|
if (options.title) {
|
||||||
this.title = options.title //导航栏标题
|
this.title = options.title //导航栏标题
|
||||||
}
|
}
|
||||||
|
|||||||
@ -270,6 +270,7 @@
|
|||||||
that.patientId = value
|
that.patientId = value
|
||||||
that.updata.patientId = value
|
that.updata.patientId = value
|
||||||
that.selectPatientSignInifo();
|
that.selectPatientSignInifo();
|
||||||
|
that.user();
|
||||||
AppIdentification(value).then(res => {
|
AppIdentification(value).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
if (res.data.loginFlag) {
|
if (res.data.loginFlag) {
|
||||||
@ -537,7 +538,6 @@
|
|||||||
})
|
})
|
||||||
this.goodslist = res.rows
|
this.goodslist = res.rows
|
||||||
this.goodstotal = res.total
|
this.goodstotal = res.total
|
||||||
this.user();
|
|
||||||
} else if (res.code == 9999) {
|
} else if (res.code == 9999) {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: '未登录,请先登录',
|
title: '未登录,请先登录',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user