Commit e3680dd3 by WH

修复litdck,brtdcr的BUG

parent b64bdeb4
...@@ -30,8 +30,8 @@ export default { ...@@ -30,8 +30,8 @@ export default {
// brdinr: this.$route.query.inr, // brdinr: this.$route.query.inr,
brdgrp:{ brdgrp:{
rec:{ rec:{
// inr: this.$route.query.inr inr: this.$route.query.inr
inr: '00000484' // inr: '00000484'
} }
}, },
}); });
......
...@@ -57,7 +57,14 @@ export default class Brtdcr { ...@@ -57,7 +57,14 @@ export default class Brtdcr {
}, },
oth:{ oth:{
pts: new Pts().data, pts: new Pts().data,
} },
prbp: {
ptsget: {
sdamod: {
seainf: '',
},
},
},
}, },
......
...@@ -174,21 +174,21 @@ export default { ...@@ -174,21 +174,21 @@ export default {
typ1: true, typ1: true,
}; };
}, },
// watch: { watch: {
// "model.brdgrp.blk.docdisflg": { "model.brdgrp.blk.docdisflg": {
// immediate: true, immediate: true,
// handler(val, oldval) { handler(val, oldval) {
// if (this.model.brdgrp.blk.docdisflg != "X") { if (this.model.brdgrp.blk.docdisflg != "X") {
// this.typ1 = true; this.typ1 = true;
// this.model.brdgrp.blk.docdis = ""; this.model.brdgrp.blk.docdis = "";
// this.changeFormItemRequired("brdgrp.blk.docdis", false); this.changeFormItemRequired("brdgrp.blk.docdis", false);
// } else { } else {
// this.typ1 = false; this.typ1 = false;
// this.changeFormItemRequired("brdgrp.blk.docdis", true); this.changeFormItemRequired("brdgrp.blk.docdis", true);
// } }
// }, },
// }, },
// }, },
methods: { methods: {
}, },
created: function () {}, created: function () {},
......
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