Commit b0656467 by 袁成

fix: 详情只读

parent 823235a6
......@@ -30,6 +30,7 @@ export default {
c.billId = obj[BILLID];
c.subBillData = obj.BILLDETAILOBJ;
c.modal_visible = true;
c.state = 'readOnly'
c.$nextTick(()=>{
component.addListener({
close: function() {
......
......@@ -760,11 +760,11 @@ export default {
},
},
watch: {
state: {
handler(newVal, oldVal) {
this.state = newVal;
},
},
// state: {
// handler(newVal, oldVal) {
// this.state = newVal;
// },
// },
subBillData: {
handler(newVal, oldVal) {
this.subBillData = newVal;
......
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