guhongwei 2 年之前
父節點
當前提交
c1eb0ae7e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/dir/index.vue

+ 1 - 1
pages/dir/index.vue

@@ -36,7 +36,7 @@
 				let res = await that.$api(`/dir`, 'GET');
 				if (res.errcode == '0') {
 					console.log(res);
-					// that.$set(that, `list`, res.data)
+					// that.$set(that, `list`, res.data)  
 				}
 			},
 		}