This commit is contained in:
aihe 2024-12-13 01:42:53 +08:00
parent f7eeca8d82
commit bff37ed0d9

View File

@ -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) {