Commit dcaf2fec authored by jiaxu.yan's avatar jiaxu.yan

Merge branch 'develop' into developer/yanjiaxu

parents 73749759 24a65201
......@@ -78,8 +78,8 @@
prop="chapter"
label="标准章节"
sortable
width="140"
align="left"
width="110"
align="center"
>
</el-table-column>
<el-table-column prop="text" label="标准要求" align="left">
......@@ -237,6 +237,7 @@ export default {
reset() {
this.queryParams.chapter = ''
this.queryParams.text = ''
this.loadData()
},
handleUpdate(row) {
if (this.queryParams.type === 'test') {
......
......@@ -77,8 +77,8 @@
prop="chapter"
label="标准章节"
sortable
width="140"
align="left"
width="110"
align="center"
>
</el-table-column>
<el-table-column prop="text" label="标准要求" align="left">
......@@ -236,6 +236,7 @@ export default {
reset() {
this.queryParams.chapter = ''
this.queryParams.text = ''
this.loadData()
},
handleUpdate(row) {
if (this.queryParams.type === 'test') {
......
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