版本管理修复重置按钮
This commit is contained in:
parent
d7b5a1329e
commit
050b13e2eb
|
|
@ -40,7 +40,7 @@
|
|||
</el-radio-group>
|
||||
</el-form-item>
|
||||
<el-form-item label="更新提示内容" prop="message">
|
||||
<el-input type="textarea" v-model="form.message"></el-input>
|
||||
<el-input type="textarea" :autosize="{ minRows: 2, maxRows: 6}" v-model="form.message"></el-input>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="版本文件">
|
||||
|
|
|
|||
|
|
@ -174,10 +174,7 @@ export default {
|
|||
|
||||
// 重置查询
|
||||
resetHandle() {
|
||||
this.query.name = "";
|
||||
this.query.categoryId = "";
|
||||
this.query.typeEnum = "";
|
||||
this.query.productId = "";
|
||||
this.query.version = "";
|
||||
this.tableData.page = 0;
|
||||
this.getTableData();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue