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