Explorar el Código

个人设置的BUG

Reiskuchen hace 5 años
padre
commit
7144b1b0ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ys_vue/src/views/Home.vue

+ 1 - 1
ys_vue/src/views/Home.vue

@@ -252,7 +252,7 @@
             </el-form-item>
           </el-form>
           <div slot="footer" class="dialog-footer">
-            <el-button @click.native="editPassWord = false">取消</el-button>
+            <el-button @click.native="editInformation = false">取消</el-button>
             <el-button type="primary" @click.native="editInfo" :loading="editLoading2">提交</el-button>
           </div>
         </el-dialog>