Commit c0e4d913 by WF1020

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'settle-test-20230110' of http://114.115.138.98:8900/fukai/vue-gjjs into settle-test-20230110
parents f5645be7 3936be39
......@@ -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