duy 11 months ago
parent
commit
e49369efb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/manager/projectinfo/tree.vue

+ 1 - 1
src/views/manager/projectinfo/tree.vue

@@ -4149,7 +4149,7 @@ export default {
     },
     },
     getSelectFormElements(id) {
     getSelectFormElements(id) {
       this.editEleTableloading = true;
       this.editEleTableloading = true;
-      selectFormElements(this.curEleTable.id, {
+      selectFormElements(this.curEleTable.pkeyId, {
         type: 0,
         type: 0,
         search: this.searchinput,
         search: this.searchinput,
       }).then((res) => {
       }).then((res) => {