微调
This commit is contained in:
@@ -426,6 +426,9 @@ const stopLoading = async () => {
|
|||||||
|
|
||||||
|
|
||||||
const startTimeCount = () => {
|
const startTimeCount = () => {
|
||||||
|
hour.value = 0
|
||||||
|
minute.value = 0
|
||||||
|
second.value = 0
|
||||||
if (!timer) {
|
if (!timer) {
|
||||||
timer = setInterval(() => {
|
timer = setInterval(() => {
|
||||||
timeCount.value = timeCount.value + 1
|
timeCount.value = timeCount.value + 1
|
||||||
@@ -445,9 +448,6 @@ const stopTimeCount = () => {
|
|||||||
if (timer) {
|
if (timer) {
|
||||||
clearInterval(timer)
|
clearInterval(timer)
|
||||||
}
|
}
|
||||||
hour.value = 0
|
|
||||||
minute.value = 0
|
|
||||||
second.value = 0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取左边树数据
|
// 获取左边树数据
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
:pagination="false"
|
:pagination="false"
|
||||||
:toolButton="false"
|
:toolButton="false"
|
||||||
:data="tableData"
|
:data="tableData"
|
||||||
:row-key="id"
|
row-key="id"
|
||||||
:style="{ height: '250px',maxHeight: '400px',overflow:'hidden'}"
|
:style="{ height: '250px',maxHeight: '400px',overflow:'hidden'}"
|
||||||
:expand-row-keys="defaultExpandRowKeys"
|
:expand-row-keys="defaultExpandRowKeys"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user