前端页面修改

This commit is contained in:
zzyuan 2025-06-05 11:13:52 +08:00
parent 83a8b29bd5
commit 8ab7377f07
2 changed files with 2 additions and 1 deletions

View File

@ -197,6 +197,7 @@
// //
reset() { reset() {
this.form = {}; this.form = {};
this.$set(this.form,"weighType",1)
this.resetForm("form"); this.resetForm("form");
}, },
/** 提交按钮 */ /** 提交按钮 */

View File

@ -2,7 +2,7 @@
<el-dialog <el-dialog
:title="title + ' - 商品'" :title="title + ' - 商品'"
:visible.sync="visible" :visible.sync="visible"
width="800px" width="900px"
append-to-body append-to-body
:close-on-click-modal="false" :close-on-click-modal="false"
:destroy-on-close="true" :destroy-on-close="true"