This commit is contained in:
曹辉 2023-03-17 16:50:21 +08:00
parent 38429b52db
commit 30cf997c1e
2 changed files with 3 additions and 1 deletions

View File

@ -77,6 +77,8 @@
}
},
onLoad(options) { //
this.GoodsCategorychildrenid = null
this.tabIndex = 0
if (options.title) {
this.title = options.title //
}

View File

@ -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: '未登录,请先登录',