瀏覽代碼

待办接口有问题后切换其他方法

yin_yu820 2 年之前
父節點
當前提交
46f5c5996a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/tab_a/tabAll.vue

+ 1 - 0
src/views/tab_a/tabAll.vue

@@ -132,6 +132,7 @@ import toBeDone from '@/api/toBeDone/toBeDone';
 				new toBeDone().list2().then((res1)=>{
 					this.sum2 = res1.records.length;
 					this.sum=this.sum1+this.sum2;
+					
 				})
 
 			},