Parcourir la source

删除没用的代码

zhangwf il y a 5 ans
Parent
commit
a804e475cf
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      src/views/cnctestlists/cncTestLists.vue

+ 0 - 4
src/views/cnctestlists/cncTestLists.vue

@@ -94,10 +94,6 @@
                 this.isShowDialog = true;
                 this.loading = true;
                 this.cncTestDetail(testcaseId);
-                setTimeout(() => {
-                    this.$refs.dialogQR.scroll(0, 0)
-                }, 1);
-
             },
             close() {
                 this.isShowDialog = false;