Преглед изворни кода

动液面套压校正功能完善

chenwen пре 6 месеци
родитељ
комит
a8da7e02e1
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/pages/single/Liquid.vue

+ 2 - 2
src/pages/single/Liquid.vue

@@ -180,9 +180,9 @@
 		    inputErrorMessage: '套压应为数值',
 			draggable:true,
 			closeOnClickModal:false,
-			inputValue:'6.3'
+			inputValue:row.casingPressDev
 		  }).then(({value} )=>{
-			  console.log(value)
+			 submitAdjustCasingPre(row.dataId,value)
 		  }).catch(()=>{
 			  console.log('cancel')
 		  })