海外版本代码,相关配置变更
This commit is contained in:
@ -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()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user