This commit is contained in:
2026-03-02 14:10:07 +08:00
parent 61c6e3075c
commit 9f03f85512

View File

@@ -155,10 +155,6 @@
try {
let current = await getSD01GroupLog(v1, v2)
if (current && current?.material) {
if (current?.regionCode) {
this.index = '1'
this.index2 = current.regionCode
}
if (current?.material) {
uni.showModal({
title: '提示',
@@ -169,6 +165,10 @@
if (res.confirm) {
this.dataList = [...current.material]
this.flag = true
if (current?.regionCode) {
this.index = '1'
this.index2 = current.regionCode
}
}
}
})