duy 11 ヶ月 前
コミット
e49369efb7
1 ファイル変更1 行追加1 行削除
  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) {
       this.editEleTableloading = true;
-      selectFormElements(this.curEleTable.id, {
+      selectFormElements(this.curEleTable.pkeyId, {
         type: 0,
         search: this.searchinput,
       }).then((res) => {