|
@@ -2771,7 +2771,7 @@ export default {
|
|
|
this.changeStandType(this.nodeDetail.className);
|
|
|
});
|
|
|
if (this.leftType == 4) {
|
|
|
- selectByNodeTable(data.id, this.projectid, this.id).then((res) => {
|
|
|
+ selectByNodeTable(res.data.data.pKeyId, this.projectid, this.id).then((res) => {
|
|
|
if (res.data.data.length) {
|
|
|
this.formData = res.data.data;
|
|
|
} else {
|
|
@@ -2849,7 +2849,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
updateNodeTable() {
|
|
|
- selectByNodeTable(this.curTreeData.id, this.projectid, this.id).then(
|
|
|
+ selectByNodeTable( this.nodeDetail.pKeyId, this.projectid, this.id).then(
|
|
|
(res) => {
|
|
|
if (res.data.data && res.data.data.length) {
|
|
|
this.formData = res.data.data;
|