k94314517
2024-04-10 45a8fb5db1b0aa6d5cd39198ffc30dba5ec8b2d9
company/src/views/business/applyChange.vue
@@ -122,6 +122,7 @@
        createDateE: '',
        createDateS: '',
        companyId: '',
        solutionType: 0,
        baseSolutionsId: '',
        time: []
      },
@@ -141,7 +142,7 @@
  },
  methods: {
    loadSelectList() {
      solutionAll({dataType:2}).then(res => {
      solutionAll({dataType:2,type:0}).then(res => {
        this.solutionList = res
      }).catch(err => {
      })