Ver Fonte

fix: 接口时间传参改为时间戳

染尘落幕 há 3 meses atrás
pai
commit
63e7d4de62

+ 1 - 1
src/views/evaluate/children/change/mould/editIndex.vue

@@ -309,7 +309,7 @@ const postUpdateApi = async () => {
                 formLabelAlign.formulaType == 1 &&
                 formLabelAlign.scoreStandard === 1
               "
-              label="设置2"
+              label="设置"
               label-position="top"
               prop="sourceValue"
             >

+ 1 - 0
src/views/indexData/components/addDialog.vue

@@ -135,6 +135,7 @@ const addSave = async () => {
       saveLoading.value = true;
       if (form.specificTime) {
         form.specificTime = dayjs(form.specificTime).format("YYYY-MM-DD");
+        form.source_time = dayjs(form.specificTime).valueOf();
       }
       const { code, msg } = await addListApi(form);
       saveLoading.value = false;

+ 1 - 1
src/views/indexData/components/indexImport.vue

@@ -64,7 +64,7 @@ const handleUploadChange = async (file: File) => {
         </el-button>
       </div>
       <div class="w-full mt-4 bg p-3">
-        <h5>2.上传完善后的模板1</h5>
+        <h5>2.上传完善后的模板</h5>
         <p class="text-xs mt-2 text mb-2">
           更新信息的模板中,如有空的数据列,则相应字段信息会被清空,请谨慎填写
         </p>