fixed
This commit is contained in:
@ -198,6 +198,9 @@ getIndustryTreeData();
|
||||
watch(modelValue, (newVal) => {
|
||||
modelValue.value.industrys = [];
|
||||
industrysTags.value = [];
|
||||
if (!modelValue.value.industry) {
|
||||
return;
|
||||
}
|
||||
modelValue.value.industrys.push(...modelValue.value.industry.split(","));
|
||||
for (const field of modelValue.value.industry.split(",")) {
|
||||
industrysTags.value.push(field.split("-").map((el) => parseInt(el)));
|
||||
|
||||
Reference in New Issue
Block a user