|
@@ -252,9 +252,9 @@ export default {
|
|
|
const event = this.type == 'add' ? 1 : this.type == 'edit' ? 2 : 3
|
|
|
data.serviceid = this.msgContent.serviceid
|
|
|
if (this.type == 'edit') {
|
|
|
- const { algorithmtype, algorithmlibraryid } = this.nodeForm
|
|
|
- data.algorithmtype = algorithmtype
|
|
|
- data.algorithmsourcelibraryid = algorithmlibraryid
|
|
|
+ // const { algorithmtype, algorithmlibraryid } = this.nodeForm
|
|
|
+ // data.algorithmtype = algorithmtype
|
|
|
+ // data.algorithmsourcelibraryid = algorithmlibraryid
|
|
|
this.tableColumnData(event)
|
|
|
} else if (this.type == 'add') {
|
|
|
data.algorithmname = sessionStorage.getItem('nodeTreeTxt') || ''
|