@@ -272,6 +272,7 @@
<script setup>
import {ref, watch, nextTick, onActivated, onDeactivated, onMounted, onUnmounted} from "vue";
+import HTableForm from "~src/plugins/HTableForm"
import {useAppStore} from "~src/store";
import wbsApi from "~api/data-fill/wbs"
import HcUpload from "../components/HcUpload.vue"