海外版本代码,相关配置变更

This commit is contained in:
2025-08-06 16:10:07 +08:00
parent c9c793e1e3
commit 79d755fbad
11 changed files with 50 additions and 46 deletions

View File

@ -6,7 +6,7 @@
<stationDropdow disabled style="width: 100%" ref="dropdow" />
</view>
</u-navbar>
<view class="subTab">
<view class="subTab">
<u-subsection :list="policyTypeList" :current="currentType" v-show="inputDataBox.length" :animation="true"
@change="sectionChange" :active-color="'#3D9F7F'">
</u-subsection>
@ -162,7 +162,7 @@ export default {
this.stationId = val.id;
this.getTemplate();
this.getIssueDevices();
this.getValueLiist()
// this.getValueLiist()
setTimeout(() => {
this.getIssueStatus();
}, 200);
@ -314,7 +314,7 @@ export default {
sectionChange (val) {
this.currentType = val
if (val === 1) {
this.getValueLiist()
// this.getValueLiist()
}
},
async getValueLiist () {
@ -515,7 +515,7 @@ export default {
type: "warning",
});
} finally {
this.getValueLiist()
// this.getValueLiist()
}
}