lin
2024-02-26 45da3e029a5750f8fdd87fec21a499d5a4df36b1
物业bug修复
1 files modified
5 ■■■■■ changed files
src/views/property/propertyCapitalApply.vue 5 ●●●●● patch | view | raw | blame | history
src/views/property/propertyCapitalApply.vue
@@ -395,7 +395,7 @@
          search: false,
          viewDisabled: false,
          type: 'select',
          dicUrl: `/api/blade-article/article/getArticleByDistrictId?type=4&eventType=1&districtIdList={{districtId}}`,
              dicUrl: `/api/blade-article/article/getArticleByDistrictId?type=4&eventType=1&districtId={{districtId}}`,
          // slot: true,
          formslot: true,
          cascader: ['vote'],
@@ -483,8 +483,7 @@
        defaultExpandAll: true,
        rowKey: 'id',
        rowParentKey: 'parentId',
        column: [
          {
          column: [{
            label: '选项内容',
            prop: 'optionContent',
          },