增加初始化参数
This commit is contained in:
17
web/src/view/workflow/userList/need.vue
Normal file
17
web/src/view/workflow/userList/need.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {getMyNeed} from "@/api/workflowProcess"
|
||||
export default {
|
||||
async created(){
|
||||
const res = await getMyNeed()
|
||||
if(res.code == 0){
|
||||
console.log(res.data)
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user