Commit 15dffe8a by Mr. Lan

fix: fix bug.

parent e8e47232
Showing with 0 additions and 7 deletions
......@@ -118,8 +118,6 @@
<script>
import { workOrderList, inversionWorkOrder } from '@/api/process/work-order'
import { listUser } from '@/api/system/sysuser'
import { mapGetters } from 'vuex'
export default {
data() {
return {
......@@ -150,11 +148,6 @@ export default {
}
}
},
computed: {
...mapGetters([
'userId'
])
},
created() {
this.getList()
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment