wangting
2023-06-13 c1c8ac27338c1e883a3a9260185df58e76a3d7a9
Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue
@@ -60,12 +60,6 @@
      },
      data:this.referConfig.options.data || [],
      selectionList: [],
      objTree: {//用于表格树,目前还没加上使用
        keyId: 'oid',//树形id字段名称
        keyPid: 'parentSaleProduct',//树形父id字段名称
        title: 'id',//以树形式显示的字段
        defaultShow: false//默认折叠
      },
      option: {
        addBtn: false,
        height: this.referConfig.options.height ? this.referConfig.options.height : 475,