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: '样品库存' },