首页修改发电量系数

This commit is contained in:
fengrong 2025-01-15 15:45:39 +08:00
parent 5b5d34a8f9
commit 3658bf02e8

View File

@ -408,9 +408,7 @@ const addItem=()=>{
const SaveParamAdd=()=>{ const SaveParamAdd=()=>{
formRef.value.validate((valid: any) => { formRef.value.validate((valid: any) => {
if (valid) { if (valid) {
debugger
ParamAdd(formInlineAdd).then((res: any) => { ParamAdd(formInlineAdd).then((res: any) => {
debugger
if (res.code == 200) { if (res.code == 200) {
getList() getList()
ElMessage({ ElMessage({