Commit abfa8fb8 by liuyong

修改画布

1 parent d93a89eb
Showing with 3 additions and 1 deletions
...@@ -394,7 +394,8 @@ export default { ...@@ -394,7 +394,8 @@ export default {
archiLevelId: this.ruleForm.let2, archiLevelId: this.ruleForm.let2,
archiBelongId: this.ruleForm.let3, archiBelongId: this.ruleForm.let3,
content: this.ruleForm.let4, content: this.ruleForm.let4,
icon: $(`.src${this.ruleForm.let5}`)[0].src, icon: $(`#${this.ruleForm.let5}`)[0].src,
iconName: $(`#${this.ruleForm.let5}`).data('shape')+'fillColor='+this.ruleForm.let6+';',
color: this.ruleForm.let6, color: this.ruleForm.let6,
state: 2, state: 2,
}; };
...@@ -535,6 +536,7 @@ export default { ...@@ -535,6 +536,7 @@ export default {
query_jia_gou_gui_shu_belong_icon(params).then(res2 => { query_jia_gou_gui_shu_belong_icon(params).then(res2 => {
if(res2.code == 200) { if(res2.code == 200) {
this.graphList = res2.data; this.graphList = res2.data;
this.ruleForm.let5 = 'jiaGou0';
}else { }else {
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!