Kaynağa Gözat

Merge branch 'pre' of http://git.bjzxtw.org.cn:3000/zxt/admin_home into pre

dangyunlong 1 hafta önce
ebeveyn
işleme
302a5842ed
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/views/complaint/complaintList.vue

+ 2 - 2
src/views/complaint/complaintList.vue

@@ -156,7 +156,7 @@
                   </el-radio-group>
                 </div>
                 <!--行政-->
-                <div v-if="form.nature==15" class="natureRadioBoxItem">
+                <div v-if="form.nature==104" class="natureRadioBoxItem">
                   <el-radio-group v-model="form.nature_level0">
                     <el-radio :label="item.id" v-for="item in windowNatureData[2].children[0].children" :key="item.id">{{item.type_name}}</el-radio>
                   </el-radio-group>
@@ -165,7 +165,7 @@
                   <el-input v-model="form.other" placeholder="请输入"></el-input>
                 </div>
                 <!--非讼-->
-                <div v-if="form.nature==104" class="natureRadioBoxItem">
+                <div v-if="form.nature==15" class="natureRadioBoxItem">
                   <el-radio-group v-model="form.nature_level0">
                     <el-radio :label="item.id" v-for="item in windowNatureData[3].children[0].children" :key="item.id">{{item.type_name}}</el-radio>
                   </el-radio-group>