Browse Source

个人设置的BUG

Reiskuchen 5 năm trước cách đây
mục cha
commit
7144b1b0ae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>