Parcourir la source

新增元素更改未pkeyId

duy il y a 2 ans
Parent
commit
6265943191
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {