zhaoke 2 years ago
parent
commit
52a4eecbcb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/systemSettings/serviceManagement/serviceEdit.vue

+ 2 - 2
src/views/systemSettings/serviceManagement/serviceEdit.vue

@@ -413,7 +413,7 @@ const serviceSubmitHandler = async () => {
       }
     });
     const { code, message } = await GeneralDataReception({
-      serviceID: SERVICE_ID.sysServiceEdit,
+      serviceId: SERVICE_ID.sysServiceEdit,
       dataContent: JSON.stringify(dataContent),
     });
     if (Number(code) === 0) {
@@ -553,7 +553,7 @@ const outputSubmitHandler = async () => {
         break;
     }
     const { code, message } = await GeneralDataReception({
-      serviceID: DATACONTENT_ID.sysServiceOutTable,
+      serviceId: DATACONTENT_ID.sysServiceOutTable,
       dataContent: JSON.stringify(dataContent),
     });
     if (Number(code) === 0) {