zhangjie 1 năm trước cách đây
mục cha
commit
a11cdef5bf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/admin/components/school/SchoolSetTarget.vue

+ 1 - 1
src/modules/admin/components/school/SchoolSetTarget.vue

@@ -86,7 +86,7 @@ export default {
       }
     },
     toView() {
-      window.open(this.data.value);
+      window.open(this.info.value);
     },
     validError(errorData) {
       this.$message.error(errorData.message);