@@ -660,7 +660,7 @@
methods: {
showorhid(val){
console.log(val)
- if(val=='0'||val=='1'){
+ if(val=='1'||val=='2'){
this.showorhidflag='hid'
}
else{
@@ -703,7 +703,7 @@
@@ -644,7 +644,7 @@