Commit e3936a8a by panziyi

litopn修改

parent 3583fa29
......@@ -657,34 +657,7 @@ export default {
}
}
},
"model.lidgrp.rec.nomspc":{
immediate: true,
handler(val,oldval){
if(this.model.lidgrp.rec.nomspc==""){}
this.model.lidgrp.rec.nomspc="X";
}
},
"model.lidgrp.rec.apprul":{
immediate: true,
handler(val,oldval){
if(this.model.lidgrp.rec.apprul==""){}
this.model.lidgrp.rec.apprul="UCP LATEST VERSION";
}
},
"model.lidgrp.rec.cnfdet":{
immediate: true,
handler(val,oldval){
if(this.model.lidgrp.rec.cnfdet==""){}
this.model.lidgrp.rec.cnfdet="W";
}
},
"model.lidgrp.rec.guaflg":{
immediate: true,
handler(val,oldval){
if(this.model.lidgrp.rec.guaflg==""){}
this.model.lidgrp.rec.guaflg="0";
}
},
},
computed: {
......
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