jiangping
2024-05-16 a4945c89ee72aa8b6f2c0a75653a3256a2b30b4f
company/src/views/business/switchCourt.vue
@@ -118,6 +118,7 @@
        type: '1',
        solutionsId: '',
        createDateE: '',
        solutionType: 0,
        createDateS: '',
        baseSolutionsId: '',
        companyId: '',
@@ -139,7 +140,7 @@
  },
  methods: {
    loadSelectList() {
      solutionAll({dataType:2}).then(res => {
      solutionAll({dataType:2,type:0}).then(res => {
        this.solutionList = res
      }).catch(err => {
      })