Commit 3936be39 by panziyi

litopn修改

parent 19d59e9e
......@@ -663,7 +663,29 @@ export default {
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: {
flag1() {
......
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