浏览代码

动液面套压校正功能完善

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')
 		  })