MrShi
2024-11-13 b496da6315314d9bd048ac2214d8bc95d2f1df02
company/src/components/business/OperaSolutionsDescWindow.vue
@@ -59,7 +59,7 @@
            </div>
            <div style="font-size: 18px; font-weight: bold; margin-bottom: 10px;">方案使用情况</div>
            <el-table
                :data="form.worktypeList"
                :data="list"
                border
                style="width: 100%; margin-bottom: 20px;">
                <el-table-column
@@ -157,7 +157,8 @@
        signKeyword: '',
        worktypeList: [],
        worktypeIdList: []
      }
      },
      list: []
    }
  },
  computed: {
@@ -219,7 +220,7 @@
    getList() {
      listForCompany({ solutionId: this.form.id })
        .then(res => {
          console.log(res)
          this.list = res
        })
    },
    openFile (url) {