Commit 835da4a1 by hank

bug

parent fa5f1b6c
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<div class="item"> <div class="item">
<img src="../assets/icon4.png" alt=""> <img src="../assets/icon4.png" alt="">
<myInput v-if="isUse == 1" msg="" ref="input3" class="input" reg="" :isUse="isUse" :value="danwei" palc="您的摄协单位(选填)" @blur.native="blur"/> <myInput v-if="isUse == 1" msg="" ref="input3" class="input" reg="" :isUse="isUse" :value="danwei" palc="您的摄协单位(选填)" @blur.native="blur"/>
<input v-if="isUse == 0" type="text" class="input" v-model="danwei" readonly> <input v-if="isUse == 0 && danwei" type="text" class="input" v-model="danwei" readonly>
</div> </div>
<div class="item" v-if="number && number != -1"> <div class="item" v-if="number && number != -1">
<img src="../assets/icon5.png" alt=""> <img src="../assets/icon5.png" alt="">
......
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 sign in to comment