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

Merge branch 'develop' into developer/yanjiaxu

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