|
@@ -176,7 +176,7 @@ export default {
|
|
|
this.tableForm.algorithmname = ''
|
|
|
this.tableForm.datasourceid = ''
|
|
|
this.getSelectData('algorithmname', 20, { superiorid: id })
|
|
|
- this.getSelectData('datasourceid', 12, { datasourcetype: id })
|
|
|
+ this.getSelectData('datasourceid', 12, { datasourcetype: code })
|
|
|
}
|
|
|
break;
|
|
|
default:
|