zhouwenxuan
2024-03-18 38af7850e2c62b28ccb6f990140ac17c4bc21419
src/views/riskWarningSys/warningBigScreen/components/risk.vue
@@ -41,6 +41,7 @@
      riskProps: object,
    departmentList: Array<any>,
    departmentRecursionList: Array<DepartmentState>;
    myVar: any
   }
  interface DepartmentState {
    depId: number;
@@ -72,7 +73,7 @@
            riskData: [],
        departmentList: [],
        departmentRecursionList: [],
        myVar: 0
        myVar: null
         })
      const timeForm = {
        hour12: false,
@@ -540,6 +541,7 @@
         onBeforeUnmount(() =>{
            clearInterval(state.myVar)
        state.myVar = null
         })
         return {