BUG 30135
This commit is contained in:
@@ -70,14 +70,14 @@ export default {
|
|||||||
getAllGrids() {
|
getAllGrids() {
|
||||||
this.slectList = []
|
this.slectList = []
|
||||||
let {girdMemberId} = this.user,
|
let {girdMemberId} = this.user,
|
||||||
url = `/app/appgirdinfo/queryAppGirdInfoByGirdLevel`,
|
url = `/app/appgirdinfo/queryMyGirdListByLevel2AndUser`,
|
||||||
params = {girdMemberId}
|
params = {girdMemberId}
|
||||||
if (this.isApply) {
|
if (this.isApply) {
|
||||||
url = `/app/appgirdinfo/listByInfo`
|
url = `/app/appgirdinfo/listByInfo`
|
||||||
params = {}
|
params = {}
|
||||||
}
|
}
|
||||||
if (this.isMyGirds) {
|
if (this.isMyGirds) {
|
||||||
url = `/app/appgirdmemberinfo/queryMyGirdListByLevel2AndUser`
|
url = `/app/appgirdmemberinfo/queryMyGirdListByLevel2`
|
||||||
params = {}
|
params = {}
|
||||||
}
|
}
|
||||||
this.$http.post(url, null, {params}).then((res) => {
|
this.$http.post(url, null, {params}).then((res) => {
|
||||||
@@ -145,7 +145,9 @@ export default {
|
|||||||
},
|
},
|
||||||
submit() {
|
submit() {
|
||||||
if (this.SelectGird.id != null) {
|
if (this.SelectGird.id != null) {
|
||||||
uni.setStorageSync("lastSelectedGrid", this.SelectGird.parentGirdId)
|
if (!this.isApply && !this.isMyGirds) {
|
||||||
|
uni.setStorageSync("lastSelectedGrid", this.SelectGird.parentGirdId)
|
||||||
|
}
|
||||||
uni.navigateBack({
|
uni.navigateBack({
|
||||||
success: () => {
|
success: () => {
|
||||||
uni.$emit("pagePicker:custom", this.SelectGird)
|
uni.$emit("pagePicker:custom", this.SelectGird)
|
||||||
|
|||||||
Reference in New Issue
Block a user