Commit d7ae94f9 by WF1020

brtset 修改

parent 9715ac63
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
brdgrp:{ brdgrp:{
rec:{ rec:{
inr: "00000254", inr: "00000028",
} }
} }
}); });
......
...@@ -241,6 +241,10 @@ export default { ...@@ -241,6 +241,10 @@ export default {
}, },
methods: { methods: {
}, },
mounted () {
this.init()
// this.queryHndtypCodeTableList(this.trnName)
},
watch: { watch: {
"model.setmod.doccur": { "model.setmod.doccur": {
immediate: true, immediate: true,
......
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