首页修改发电量系数
This commit is contained in:
parent
5b5d34a8f9
commit
3658bf02e8
@ -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({
|
||||||
|
Loading…
Reference in New Issue
Block a user