Commit 55e22089 by panziyi

Merge remote-tracking branch 'origin/development-202206' into development-202206

parents 18a6f080 a979c2ed
...@@ -469,7 +469,7 @@ export default { ...@@ -469,7 +469,7 @@ export default {
{ value: "O", label: "Other" }, { value: "O", label: "Other" },
{ value: "S", label: "CIPS系统" }, { value: "S", label: "CIPS系统" },
], ],
flag1:false, flag1:true,
}; };
}, },
methods: { methods: {
...@@ -488,7 +488,7 @@ export default { ...@@ -488,7 +488,7 @@ export default {
"model.cpdgrp.rec.ischktyp":{ "model.cpdgrp.rec.ischktyp":{
immediate:true, immediate:true,
handler(val ,oldVal){ handler(val ,oldVal){
if(this.model.cpdgrp.rec.ischktyp == 'N'){ if(this.model.cpdgrp.rec.ischktyp == 'N' || this.model.cpdgrp.rec.ischktyp == ''){
this.flag1=true; this.flag1=true;
this.model.cpdgrp.rec.paydat=""; this.model.cpdgrp.rec.paydat="";
} }
......
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