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