Преглед изворни кода

代码运算获取所有的指标来源

cxmo пре 1 година
родитељ
комит
3acc9e6d99
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/dataEntry_manage/codecount/index.vue

+ 1 - 1
src/views/dataEntry_manage/codecount/index.vue

@@ -406,7 +406,7 @@ export default {
 		},
 		},
 		getTargetSource(){
 		getTargetSource(){
 			this.allFromArr = []
 			this.allFromArr = []
-			dataBaseInterface.getDataSource({IsBase:1}).then(res=>{
+			dataBaseInterface.getDataSource().then(res=>{
 				if(res.Ret!==200) return
 				if(res.Ret!==200) return
 				if(res.Data){
 				if(res.Data){
 					this.allFromArr = res.Data.map(i=>{
 					this.allFromArr = res.Data.map(i=>{