Compare commits

..

No commits in common. "38a835fd34d8d674b263d23e65a814b0bee34eb3" and "8a4d868c5d20aa3bfb8eb17946db7b02bf0f8b83" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

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