田源
2023-09-22 c7136f0b31ef2c260806b9a25807623bd01555d6
集成日志-添加新字段-搜索
已修改2个文件
36 ■■■■■ 文件已修改
Source/UBCS-WEB/src/views/docking/loge.vue 32 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/integration/systemInfo.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/docking/loge.vue
@@ -90,6 +90,20 @@
            prop: 'interfaceStatus',
            value:7
          },
          {
            label: '标准申请',
            prop: 'applyCodeForBZ',
            value:8          },
          {
            label: '部门申请',
            prop: 'syncDataForOrg',
            value:9
          },
          {
            label: '人员申请',
            prop: 'syncDataForPerson',
            value:10
          },
        ],
      },
      loading: false,
@@ -142,6 +156,24 @@
            width: 140
          },
          {
            label: '标准申请',
            prop: 'applyCodeForBZ',
            sortable:true,
            width: 130
          },
          {
            label: '部门申请',
            prop: 'syncDataForOrg',
            sortable:true,
            width: 130
          },
          {
            label: '人员申请',
            prop: 'syncDataForPerson',
            sortable:true,
            width: 130
          },
          {
            label: '集成系统编号',
            prop: 'systemCode',
            sortable:true,
Source/UBCS-WEB/src/views/integration/systemInfo.vue
@@ -136,9 +136,9 @@
    //分类授权多选回调
    checkChange(row,checked) {
      if(checked){
        // console.log('row',row)
        console.log('row',row)
        this.checkAll.push(row);
        console.log('checkAll',this.checkAll)
        // console.log('checkAll',this.checkAll)
      }
    },
    //分类授权