Преглед изворни кода

新增元素更改未pkeyId

duy пре 2 година
родитељ
комит
6265943191
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {