|
@@ -218,6 +218,9 @@ export default {
|
|
|
const productTypeSn2 = res.data.productTypeSn2 ? res.data.productTypeSn2 : ''
|
|
|
const productTypeSn3 = res.data.productTypeSn3 ? res.data.productTypeSn3 : ''
|
|
|
this.form.productType = [productTypeSn1, productTypeSn2, productTypeSn3]
|
|
|
+ if (res.data.productBrandName) {
|
|
|
+ this.fetchUser(res.data.productBrandName)
|
|
|
+ }
|
|
|
} else {
|
|
|
this.$refs.ruleForm.resetFields()
|
|
|
}
|