瀏覽代碼

Merge branch '07/06musicArchives' into test

wolyshaw 3 年之前
父節點
當前提交
3cc37d9596
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/photo-detail/index.vue

+ 1 - 0
src/views/photo-detail/index.vue

@@ -172,6 +172,7 @@ export default {
     cancel() {
       this.editing = false
       this.list = this.list.sort((a, b) => a.order - b.order)
+      this.setInitViwes()
     },
     submited() {
       this.FetchList()