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