Commit 9a7087a9 by swl

feat: gx

parent 4a461dd1
...@@ -78,7 +78,6 @@ ...@@ -78,7 +78,6 @@
size="mini" size="mini"
class="btn" class="btn"
round round
:disabled="scope.row.delFlag == 0"
@click="view(scope.row)" @click="view(scope.row)"
>编辑</el-button >编辑</el-button
> >
...@@ -311,7 +310,7 @@ export default { ...@@ -311,7 +310,7 @@ export default {
id: this.dataForm.id, id: this.dataForm.id,
name: this.dataForm.name, name: this.dataForm.name,
sort: this.dataForm.sort, sort: this.dataForm.sort,
iconUrl: this.dataForm.iconUrl1, iconUrl: this.dataForm.iconUrl,
menuId: this.dataForm.menuId, menuId: this.dataForm.menuId,
}; };
editCategory(params).then((res) => { editCategory(params).then((res) => {
......
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 to comment