Commit 9a7087a9 by swl

feat: gx

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