|
@@ -886,7 +886,7 @@
|
|
|
|
|
|
|
|
// 物品类型
|
|
// 物品类型
|
|
|
this.formData.extInfo.assetType = Array.from(
|
|
this.formData.extInfo.assetType = Array.from(
|
|
|
- new Set(this.form.categoryLevelTopId.split(','))
|
|
|
|
|
|
|
+ new Set(this.form.categoryLevelId?.split(','))
|
|
|
);
|
|
);
|
|
|
// 出库类型
|
|
// 出库类型
|
|
|
this.formData.bizType = this.bizType;
|
|
this.formData.bizType = this.bizType;
|