uu
This commit is contained in:
parent
f7eeca8d82
commit
bff37ed0d9
@ -36,6 +36,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { showLoading, hideLoading, } from "@/common/untool"
|
||||
// uni-datetime-picker 插件地址: https://ext.dcloud.net.cn/plugin?id=3962
|
||||
import dayjs from "dayjs"
|
||||
const formatStr = 'YYYY-MM-DD'
|
||||
@ -161,16 +162,17 @@
|
||||
},
|
||||
handleClaValChange(val) {
|
||||
this.handleChange(val)
|
||||
this.handleClaClose()
|
||||
},
|
||||
handleClaClose(res){
|
||||
this.showCladar = false
|
||||
},
|
||||
handleClaShow() {
|
||||
this.showCladar = true
|
||||
showLoading()
|
||||
// 手动唤起日期事件
|
||||
setTimeout(()=> {
|
||||
this.$refs.unDateTimePckRef.show()
|
||||
hideLoading()
|
||||
}, 1000)
|
||||
},
|
||||
handleToolsRangChange(val) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user