|
@@ -202,6 +202,9 @@ export default {
|
|
|
if (res.data.citySn) { this.getArea('district', res.data.citySn) }
|
|
|
this.form = Object.assign(this.form, res.data)
|
|
|
this.form.enabledFlag = Number(this.form.enabledFlag)
|
|
|
+ if (!this.itemId) {
|
|
|
+ this.form.supplierSn = undefined
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
},
|