前端页面修改
This commit is contained in:
parent
83a8b29bd5
commit
8ab7377f07
|
|
@ -197,6 +197,7 @@
|
|||
// 表单重置
|
||||
reset() {
|
||||
this.form = {};
|
||||
this.$set(this.form,"weighType",1)
|
||||
this.resetForm("form");
|
||||
},
|
||||
/** 提交按钮 */
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<el-dialog
|
||||
:title="title + ' - 商品'"
|
||||
:visible.sync="visible"
|
||||
width="800px"
|
||||
width="900px"
|
||||
append-to-body
|
||||
:close-on-click-modal="false"
|
||||
:destroy-on-close="true"
|
||||
|
|
|
|||
Loading…
Reference in New Issue