Commit e3680dd3 by WH

修复litdck,brtdcr的BUG

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