ZaiZai пре 1 година
родитељ
комит
d9e149c763
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/tentative/material/testSample.vue

+ 2 - 2
src/views/tentative/material/testSample.vue

@@ -18,7 +18,7 @@
 </template>
 
 <script setup>
-import { onActivated, onDeactivated, ref } from 'vue'
+import { onActivated, ref } from 'vue'
 import { useAppStore } from '~src/store'
 import { getStoreValue, setStoreValue } from '~src/utils/storage'
 import { getObjValue } from 'js-fast-way'
@@ -56,7 +56,7 @@ const wbsElTreeClick = ({ data, keys }) => {
 }
 
 //选项卡卡片
-const tabsKey = ref('dispose')
+const tabsKey = ref('flow')
 const tabsData = ref([
     { key: 'flow', name: '样品流转' },
     { key: 'inventory', name: '样品库存' },