|
@@ -1011,7 +1011,7 @@ export default {
|
|
|
|
|
|
// 根据不同类型分类存储
|
|
// 根据不同类型分类存储
|
|
locationArray.forEach((location) => {
|
|
locationArray.forEach((location) => {
|
|
- const cleanLocation = location.replace(/[\[\]]/g, "");
|
|
|
|
|
|
+ const cleanLocation = location.replace(/[\[\]【】]/g, "");
|
|
const type = this.getDocumentType(cleanLocation);
|
|
const type = this.getDocumentType(cleanLocation);
|
|
console.log("params", type);
|
|
console.log("params", type);
|
|
// 为每种类型创建对应长度的空数组
|
|
// 为每种类型创建对应长度的空数组
|