feat:部门选择

This commit is contained in:
houjunxiang
2025-11-26 18:11:13 +08:00
parent 96cc747150
commit fcc04865f9
15 changed files with 344 additions and 83 deletions

View File

@@ -7,6 +7,7 @@
</up-grid-item>
</up-grid>
</view>
<company-dept-dialog />
</template>
<script setup>
import { reactive, ref, computed, onMounted } from 'vue'
@@ -23,7 +24,9 @@ function goSystem(url) {
uni.setStorageSync('defaultModule', url)
uni.reLaunch({ url })
}
onMounted(async () => {
await nx.$api.assayTask.getAssayTaskPage()
})
const { gridCol } = useGridCol([400, 600], [2, 3, 4])
</script>