mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-19 13:47:52 +00:00
自动化接口填充以及初始化数据制作
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import {
|
||||
findWorkflowProcess
|
||||
} from "@/api/workflowProcess"; // 此处请自行替换地址
|
||||
import gvaWfd from "@/components/gva-wfd";
|
||||
import { getUserList } from "@/api/user";
|
||||
import { getAuthorityList } from "@/api/authority";
|
||||
@@ -261,6 +264,10 @@ export default {
|
||||
});
|
||||
});
|
||||
}
|
||||
if(this.$route.params.ID){
|
||||
const res = await findWorkflowProcess({ ID: this.$route.params.ID });
|
||||
console.log(res.data)
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user