|
@@ -330,7 +330,8 @@ export default {
|
|
const param ={
|
|
const param ={
|
|
"conceptId": this.form.conceptId,
|
|
"conceptId": this.form.conceptId,
|
|
"nodeList": this.nodeList,
|
|
"nodeList": this.nodeList,
|
|
- "sonRelationId": 17
|
|
|
|
|
|
+ "sonRelationId": 17,
|
|
|
|
+ "sonTypeId":this.searchType //9-20新增
|
|
}
|
|
}
|
|
this.showConfirmDialog('是否建立该关联?', () => {
|
|
this.showConfirmDialog('是否建立该关联?', () => {
|
|
this.saveDisable = true; //提交保存按钮不可点击,返回结果时才可点击,防止频繁发送请求
|
|
this.saveDisable = true; //提交保存按钮不可点击,返回结果时才可点击,防止频繁发送请求
|