田源
2023-09-08 e90fea95905f523d278c7e10a181ddbc47e74c2b
集成日志bug
已修改3个文件
6 ■■■■■ 文件已修改
Source/UBCS-WEB/src/components/FormTemplate/FormTemplate.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/docking/loge.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/FormTemplate/FormTemplate.vue
@@ -263,6 +263,7 @@
    },
    // 使用传入的表单数据配置
    resetFormConfig(formItem) {
      // console.log(this.selfColumnConfig)
      for (const configType in this.selfColumnConfig) {
        if (Object.hasOwnProperty.call(this.selfColumnConfig, configType)) {
          const element = this.selfColumnConfig[configType];
Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue
@@ -161,6 +161,7 @@
      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)){
Source/UBCS-WEB/src/views/docking/loge.vue
@@ -96,7 +96,7 @@
          },
          {
            label: '类型',
            prop: 'type',
            prop: 'typeText',
            search: true,
            sortable:true,
            width: 150
@@ -129,7 +129,7 @@
            width: 160
          },
          {
            label: '是否推送成功',
            label: '是否成功',
            prop: 'interfaceStatus',
            search: true,
            sortable:true,