G
This commit is contained in:
@@ -155,10 +155,6 @@
|
|||||||
try {
|
try {
|
||||||
let current = await getSD01GroupLog(v1, v2)
|
let current = await getSD01GroupLog(v1, v2)
|
||||||
if (current && current?.material) {
|
if (current && current?.material) {
|
||||||
if (current?.regionCode) {
|
|
||||||
this.index = '1'
|
|
||||||
this.index2 = current.regionCode
|
|
||||||
}
|
|
||||||
if (current?.material) {
|
if (current?.material) {
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
@@ -169,6 +165,10 @@
|
|||||||
if (res.confirm) {
|
if (res.confirm) {
|
||||||
this.dataList = [...current.material]
|
this.dataList = [...current.material]
|
||||||
this.flag = true
|
this.flag = true
|
||||||
|
if (current?.regionCode) {
|
||||||
|
this.index = '1'
|
||||||
|
this.index2 = current.regionCode
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user