|
@@ -150,7 +150,7 @@
|
|
|
size="small"
|
|
|
type="text"
|
|
|
>
|
|
|
- {{ url_info.isCurrenct ? "收缩" : "展开1" }}
|
|
|
+ {{ url_info.isCurrenct ? "收缩" : "展开" }}
|
|
|
</Button>
|
|
|
<Icon
|
|
|
size="20"
|
|
@@ -1050,6 +1050,7 @@ export default {
|
|
|
v.isHidden = true;
|
|
|
}
|
|
|
});
|
|
|
+ this.$forceUpdate();
|
|
|
});
|
|
|
break;
|
|
|
case 2:
|
|
@@ -1094,6 +1095,7 @@ export default {
|
|
|
v.isHidden = true;
|
|
|
}
|
|
|
});
|
|
|
+ this.$forceUpdate();
|
|
|
});
|
|
|
break;
|
|
|
}
|
|
@@ -1138,9 +1140,13 @@ export default {
|
|
|
this.unmatchedObj.urlList = data;
|
|
|
this.urlSelectList = res.data.image_number;
|
|
|
this.productList = res.data.product_name;
|
|
|
+ this.unmatchedSelectedList = [];
|
|
|
this.unmatchedObj.urlList.map((v) => {
|
|
|
if (v.id == this.matchedReopenTag) {
|
|
|
v.isCurrenct = true;
|
|
|
+ if (this.isClickMatch) {
|
|
|
+ this.getSheetDetailList(v, 1);
|
|
|
+ }
|
|
|
}
|
|
|
});
|
|
|
}
|