uu
This commit is contained in:
parent
012191c521
commit
e54575c20f
@ -52,7 +52,7 @@
|
||||
filDataList: this.list
|
||||
}
|
||||
},
|
||||
created() {
|
||||
mounted() {
|
||||
this.initData()
|
||||
},
|
||||
onHide() {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<tpx-page>
|
||||
<tpx-page v-if="!pageLoading">
|
||||
<view class="dt-block" style="margin-top: 0;">
|
||||
|
||||
<!-- <tpx-text-dic :value="modelInfo.waybillStatus" :list="dicData.emis_waybill_status" ></tpx-text-dic> -->
|
||||
@ -414,6 +414,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
pageLoading: true
|
||||
}
|
||||
},
|
||||
created() {
|
||||
@ -435,6 +436,7 @@
|
||||
// 通过对象合并才能修改父级 数据
|
||||
Object.assign(this.modelInfo, res.data || {})
|
||||
}
|
||||
this.pageLoading = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user