@@ -47,7 +47,7 @@ export default {
},
created() {},
async mounted() {
- this.column = await this.$commonJS.getCustomField(this.type)
+ this.column = await this.$commonJS.getCustomField(this.type,{ productId: this.productId })
this.init()
this.getClaims()
// this.getCompareLiterature()
@@ -42,7 +42,7 @@
</el-container>
<addStatute ref="addStatute" :claims="claims" :projectId="projectId" :statueType='statueType' @save="save"></addStatute>
- <fields ref="field" :type="type" @getFieldList="getFieldList"></fields>
+ <fields ref="field" :type="type" :projectId="projectId" @getFieldList="getFieldList"></fields>
</div>
</template>
<script>
@@ -57,7 +57,7 @@