Commit 87612c3d authored by renjintao's avatar renjintao

产品管理bug

parent 273c671d
...@@ -234,7 +234,6 @@ export default { ...@@ -234,7 +234,6 @@ export default {
}, },
mounted() { mounted() {
this.$refs.grid.reload(this.easySearch); this.$refs.grid.reload(this.easySearch);
// console.log(this);
}, },
async fetch({ store, params }) { async fetch({ store, params }) {
await store.dispatch("loadDictionary"); // 加载数据字典 await store.dispatch("loadDictionary"); // 加载数据字典
...@@ -287,7 +286,6 @@ export default { ...@@ -287,7 +286,6 @@ export default {
this.fullscreen = false; this.fullscreen = false;
}, },
view(row) { view(row) {
// console.log(row)
this.curId = row.id; this.curId = row.id;
this.parent.id = row.levelId; this.parent.id = row.levelId;
this.parent.parentName = row.levelTitle; this.parent.parentName = row.levelTitle;
......
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