Commit 7c99d083 by liuyong

修改bug

1 parent 78492d9d
Showing with 1 additions and 1 deletions
...@@ -746,7 +746,7 @@ export default { ...@@ -746,7 +746,7 @@ export default {
iconName: iconName, iconName: iconName,
color: this.ruleForm.let6, color: this.ruleForm.let6,
state: 1, state: 1,
eleType eleType: eleType
}; };
const requestParams = this.is_add_edit == 'add' ? params : { ...params, elementId: this.elementId, version: this.version }; const requestParams = this.is_add_edit == 'add' ? params : { ...params, elementId: this.elementId, version: this.version };
if(this.is_add_edit == 'add') { if(this.is_add_edit == 'add') {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!