diff --git a/src/components/DesignForm/app/index.vue b/src/components/DesignForm/app/index.vue index e63305bc1..826ec1910 100644 --- a/src/components/DesignForm/app/index.vue +++ b/src/components/DesignForm/app/index.vue @@ -354,7 +354,7 @@ const getPageData = () => { let asfQueryParams = [] for(let j = 0;j< asfDetails.length;j++){ let asfQueryParamsItem :any = {} - console.log(asfDetails[j]) + //console.log(asfDetails[j]) asfQueryParamsItem.formId = asfDetails[j].control.formid asfQueryParamsItem.field = asfDetails[j].field @@ -369,26 +369,36 @@ const getPageData = () => { asfQueryParamsItem.asfToSelectIds = asfToSelectIds asfQueryParams.push(asfQueryParamsItem) } - console.log(asfQueryParams) - getAsfDataTitlesByIds(asfQueryParams).then(({ data }) => { - //console.log(data) - for(let i = 0;i0){ + getAsfDataTitlesByIds(asfQueryParams).then(({ data }) => { + //console.log(data) + for(let i = 0;i { asfQueryParamsItem.asfToSelectIds = asfToSelectIds asfQueryParams.push(asfQueryParamsItem) } + let queryCount = 0 + for(let i = 0;i { - //console.log(data) - for(let i = 0;i0){ + getAsfDataTitlesByIds(asfQueryParams).then(({ data }) => { + //console.log(data) + for(let i = 0;i