소스 검색

不知道改了啥

zhangwf 5 년 전
부모
커밋
350278b863
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/cnctestlists/cncTestLists.vue

+ 3 - 3
src/views/cnctestlists/cncTestLists.vue

@@ -121,13 +121,13 @@
                     "questionCount": item.questionCount,
                     "title": item.title,
                 };
-                let that  = this;
+                let that = this;
                 api.createTest(data).then((res) => {
-                    if(res.success){
+                    if (res.success) {
                         that.$router.push({ path: '/h5editor', query: { itemId: res.id } })
                     }
                 })
-                
+
             },
         },
     }