Ver Fonte

Merge branch 'crm14.1'

cxmo há 1 ano atrás
pai
commit
fd7ac27fa6
1 ficheiros alterados com 1 adições e 1 exclusões
  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(){
 			this.allFromArr = []
-			dataBaseInterface.getDataSource({IsBase:1}).then(res=>{
+			dataBaseInterface.getDataSource().then(res=>{
 				if(res.Ret!==200) return
 				if(res.Data){
 					this.allFromArr = res.Data.map(i=>{