src/views/business/unpass/components/OAProcess.vue
@@ -101,6 +101,8 @@ </template> <script> import {getOaFlow} from "../../../../api/business/unqualifiedHandler"; export default { name: "OAProcess", // import 引入的组件需要注入到对象中才能使用 @@ -156,7 +158,7 @@ // 方法集合 methods: { getInfo (id) { this.$axios.post(this.$api.unqualifiedHandler.getOaFlow, { getOaFlow({ id: id }).then(res => { if (res.code === 200) {