Browse Source

Merge branch 'bug_7956'

cldu 4 weeks ago
parent
commit
09997df170
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dataEDB/components/SetEDBNewData.vue

+ 1 - 1
src/views/dataEDB/components/SetEDBNewData.vue

@@ -62,7 +62,7 @@ async function handleSave(){
     const res=await apiDataEDB.edbNewDataEdit({
         EdbInfoId:props.edbInfo.EdbInfoId,
         Date:formState.date,
-        Value:formState.val
+        Value:''+formState.val
     })
     if(res.Ret===200){
         showToast('保存成功')