feat:部门选择
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user