Commit 4547bf10 authored by 徐一鸣's avatar 徐一鸣

应用编辑

parent 7c6bf28c
...@@ -1341,7 +1341,7 @@ export default { ...@@ -1341,7 +1341,7 @@ export default {
this.showDialog(); this.showDialog();
}, },
editItem(item) { editItem(item) {
this.$router.push(`/yygl/${this.level}/${this.type}/edit/${item.id}`); this.$router.push(`/yygl/${this.level}/${this.type}/edit/${item.app_id}`);
}, },
onLine(item) { onLine(item) {
this.dialogInfo.title = "提示"; this.dialogInfo.title = "提示";
......
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