Browse Source

新增元素更改未pkeyId

duy 2 năm trước cách đây
mục cha
commit
6265943191
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/manager/projectinfo/editElement/editElement.vue

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

@@ -665,7 +665,7 @@ export default {
           this.submitBatch({
             projectId: this.pid,
             initTableName: this.initTableName,
-            id: this.id,
+            id: this.pkeyId,
             listData: this.tableData,
           })
         } else {