提交 023f3621 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 8c71011c
{
"name": "ezijing-applications",
"name": "center-applications",
"version": "0.0.0",
"lockfileVersion": 2,
"requires": true,
......
......@@ -131,9 +131,7 @@ export default {
},
fetchGroupDataList() {
if (!this.groupConfig) return
axios
.get(this.groupConfig.request.urls || '/api/permissions/admin/v1/131614279236792320/application/role-all')
.then(res => {
axios.get(this.groupConfig.request.url.replace('https://app.ezijing.com', '')).then(res => {
this.groupConfigDataList = res.data.data.items
if (this.isEdit) {
this.form[this.groupConfig.key.name] = this.form.sources.map(item => item.id)
......@@ -143,5 +141,3 @@ export default {
}
}
</script>
<style></style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论