Commit d86d088a by WH

brteus前后端联调修改

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