guhongwei 4 years ago
parent
commit
d6ea6762f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/contact/index.vue

+ 1 - 1
src/views/contact/index.vue

@@ -6,7 +6,7 @@
           <topInfo :topTitle="pageTitle"></topInfo>
         </el-col>
         <el-col :span="24" class="main">
-          <el-form :model="form" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm">
+          <el-form :model="form" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm" v-if="loading">
             <el-form-item label="标题" prop="title">
               <el-input v-model="form.title"></el-input>
             </el-form-item>