Commit cc003649 authored by zhengke's avatar zhengke

修复bug 及修复模版 提交数据

parent 84f6ce77
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
if(type){ if(type){
queryObj.value.LtId = null queryObj.value.LtId = null
} }
queryObj.value.LineName = obj.LineName if(obj&&obj.LineName) queryObj.value.LineName = obj.LineName
try { try {
let queryMsg = { let queryMsg = {
lineID: queryObj.value.LineId, lineID: queryObj.value.LineId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment