Sfoglia il codice sorgente

动态获取部门修改

duy 2 anni fa
parent
commit
51ebddac30
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/static/components/tab-decost.vue

+ 1 - 0
src/views/static/components/tab-decost.vue

@@ -152,6 +152,7 @@ const tableColData = ref([
   },
 ])
 const getColData = ()=>{
+  tableColData.value = []
   department.value.forEach((ele, index)=>{
     tableColData.value.push({
       id:ele.id,