前端页面修改
This commit is contained in:
parent
83a8b29bd5
commit
8ab7377f07
|
|
@ -197,6 +197,7 @@
|
||||||
// 表单重置
|
// 表单重置
|
||||||
reset() {
|
reset() {
|
||||||
this.form = {};
|
this.form = {};
|
||||||
|
this.$set(this.form,"weighType",1)
|
||||||
this.resetForm("form");
|
this.resetForm("form");
|
||||||
},
|
},
|
||||||
/** 提交按钮 */
|
/** 提交按钮 */
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue