Commit eb4e04ab authored by 332784038@qq.com's avatar 332784038@qq.com

补充修复

parent 14b81c4c
......@@ -637,7 +637,7 @@ export default {
if (this.form.freightPricePackagingList?.length) {
this.form.freightPricePackagingList.forEach((item) => {
if (!item.packagingTypes) {
this.$set(item, "packagingTypes", "");
this.$set(item, "packagingTypes", []);
} else if (typeof item.packagingTypes == "string") {
item.packagingTypes = item.packagingTypes.split(",");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment