Commit d86d088a by WH

brteus前后端联调修改

parent 88a264b5
......@@ -28,7 +28,13 @@ export default {
...params,
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
brdgrp:{
rec:{
inr: "00000289",
}
}
});
// debugger
if (!res.data) {
return
}
......
......@@ -158,7 +158,10 @@ export default {
}
},
methods: {},
created: async function () {}
mounted () {
this.init()
this.queryHndtypCodeTableList(this.trnName)
},
}
</script>
......
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