|
@@ -342,6 +342,9 @@ export default {
|
|
|
this.form.corpName = e.cname;
|
|
|
}
|
|
|
});
|
|
|
+ if (typeof this.form.goodsTypeId !== 'string') {
|
|
|
+ this.form.goodsTypeId = this.form.goodsTypeId.join(',')
|
|
|
+ }
|
|
|
const params = {
|
|
|
...this.form,
|
|
|
type: 0
|
|
@@ -353,6 +356,8 @@ export default {
|
|
|
}
|
|
|
this.form = res.data.data
|
|
|
this.queryData(res.data.data.id)
|
|
|
+ }).catch(() => {
|
|
|
+ this.openFullScreen(true);
|
|
|
});
|
|
|
} else {
|
|
|
return false;
|