|
@@ -1496,11 +1496,11 @@ export default {
|
|
|
to:'cn'
|
|
|
})
|
|
|
let _empty = this.dataList.filter(
|
|
|
- (i) => converter(i.jsonData.content) != "" && converter(i.jsonData.name) != converter("词频词汇分析")
|
|
|
+ (i) => (i.jsonData.content != "" && converter(i.jsonData.name) != converter("词频词汇分析"))
|
|
|
);
|
|
|
|
|
|
// return console.log(_empty)
|
|
|
-
|
|
|
+ console.log(_empty)
|
|
|
if (_empty.length > 0) {
|
|
|
this.$confirm("操作将覆盖原有内容,是否继续?", "提示", {
|
|
|
confirmButtonText: "确定",
|