| | |
| | | }, |
| | | // 使用传入的表单数据配置 |
| | | resetFormConfig(formItem) { |
| | | // console.log(this.selfColumnConfig) |
| | | for (const configType in this.selfColumnConfig) { |
| | | if (Object.hasOwnProperty.call(this.selfColumnConfig, configType)) { |
| | | const element = this.selfColumnConfig[configType]; |
| | |
| | | if(this.options.displayTable){ |
| | | //说明是使用平台的表格 |
| | | getTableDefinedUrl({btmType:(this.options.referBo||this.options.referType),code:this.options.displayTable,isMuti:this.isMuti},this.tableDefinedUrl).then(result => { |
| | | console.log('result',result) |
| | | if(result.success){ |
| | | var queryScheme = result.querySchema; |
| | | if(!validatenull(queryScheme) && validatenull(this.options.queryScheme)){ |
| | |
| | | }, |
| | | { |
| | | label: '类型', |
| | | prop: 'type', |
| | | prop: 'typeText', |
| | | search: true, |
| | | sortable:true, |
| | | width: 150 |
| | |
| | | width: 160 |
| | | }, |
| | | { |
| | | label: '是否推送成功', |
| | | label: '是否成功', |
| | | prop: 'interfaceStatus', |
| | | search: true, |
| | | sortable:true, |