版本管理修复重置按钮

This commit is contained in:
YeMingfei666 2024-09-05 14:17:19 +08:00
parent d7b5a1329e
commit 050b13e2eb
2 changed files with 2 additions and 5 deletions

View File

@ -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="版本文件">

View File

@ -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();
},