|
@@ -1176,7 +1176,8 @@ export default {
|
|
|
} else if (this.onLoad.id) {
|
|
|
this.refresh(this.onLoad.id, true)
|
|
|
}
|
|
|
- if (!this.form.id) {
|
|
|
+ // 由 from 改为 onLoad
|
|
|
+ if (!this.onLoad.id) {
|
|
|
this.editButton = false // 第一次录入显示保存按钮
|
|
|
this.optionContactsBack.column.forEach(its => {
|
|
|
if (its.prop == 'goodsId' || its.prop == 'goodsNum' || its.prop == 'price' || its.prop == 'dot' || its.prop == 'remarks') {
|