Commit 31ae5e3d by liuyong

修改画布

1 parent 4003448d
Showing with 4 additions and 0 deletions
...@@ -341,6 +341,7 @@ export default { ...@@ -341,6 +341,7 @@ export default {
} }
}, },
editItem(row) {//编辑 editItem(row) {//编辑
console.log(row)
this.ruleForm.let1 = row.elementName; this.ruleForm.let1 = row.elementName;
this.ruleForm.let2 = row.archiLevelId; this.ruleForm.let2 = row.archiLevelId;
this.ruleForm.let3 = row.archiBelongId; this.ruleForm.let3 = row.archiBelongId;
...@@ -351,6 +352,9 @@ export default { ...@@ -351,6 +352,9 @@ export default {
this.state = row.state; this.state = row.state;
this.version = row.version; this.version = row.version;
this.add_dialog = true; this.add_dialog = true;
this.selectGraphSrc = row.icon;
this.selectGraphShape = row.iconName;
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.form.clearValidate(); this.$refs.form.clearValidate();
}); });
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!