This commit is contained in:
molong
2022-10-18 21:09:17 +08:00
parent 96319f0898
commit f8927e3193
15 changed files with 2041 additions and 146 deletions

View File

@@ -185,6 +185,7 @@
//表单注入数据
setData(data, pid){
this.form = data
this.form.sort = parseInt(this.form.sort);
this.form.apiList = data.apiList || []
this.form.parent_id = pid
}