Commit 45704118 authored by mengzixuan's avatar mengzixuan

feat(试一下提交): 试

parent ef1738fa
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -9,6 +9,9 @@
<template slot="title">
<div class="custom_title">{{ '检验内容' }}</div>
</template>
<div>
<el-button type="primary" @click="relevancy">关联测试内容</el-button>
</div>
<el-table
v-loading="loading"
class="el-table"
......@@ -77,6 +80,7 @@ export default {
methods: {
getRows,
getRows2,
relevancy() {},
/** 获取文档审查检验内容 */
init() {
this.loading = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment