Browse Source

任务的变更令

ZaiZai 1 năm trước cách đây
mục cha
commit
1c57477747
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/tasks/components/hc-data/alter-form.vue

+ 3 - 3
src/views/tasks/components/hc-data/alter-form.vue

@@ -352,8 +352,8 @@ const delChangeNode = (row) => {
             dataId: tableInfo.value.id,
             taskId: taskInfo.value.id,
             middleMeterInventoryFormId: '',
-            changeFormId: '',
             changeNodeId: row.primaryKeyId,
+            changeFormId: '',
             type: 1
         })
         if (code === 200) {
@@ -387,8 +387,8 @@ const tableFormListDel = (row) => {
             dataId: tableInfo.value.id,
             taskId: taskInfo.value.id,
             middleMeterInventoryFormId: '',
-            changeFormId: primaryKeyId,
-            changeNodeId: row.primaryKeyId,
+            changeFormId: row.primaryKeyId,
+            changeNodeId: primaryKeyId,
             type: 2
         })
         if (code === 200) {