Compare commits
No commits in common. "38a835fd34d8d674b263d23e65a814b0bee34eb3" and "8a4d868c5d20aa3bfb8eb17946db7b02bf0f8b83" have entirely different histories.
38a835fd34
...
8a4d868c5d
|
|
@ -2,7 +2,7 @@
|
|||
<el-dialog
|
||||
:title="title + ' - 商品'"
|
||||
:visible.sync="visible"
|
||||
width="900px"
|
||||
width="800px"
|
||||
append-to-body
|
||||
:close-on-click-modal="false"
|
||||
:destroy-on-close="true"
|
||||
|
|
|
|||
|
|
@ -197,7 +197,6 @@
|
|||
// 表单重置
|
||||
reset() {
|
||||
this.form = {};
|
||||
this.$set(this.form,"weighType",1)
|
||||
this.resetForm("form");
|
||||
},
|
||||
/** 提交按钮 */
|
||||
Loading…
Reference in New Issue