Commit 398e0ef6 by 米嘉伟

发查询BUG

parent ab571596
......@@ -110,7 +110,7 @@
</el-form-item>
<el-form-item
label="数据类型:"
prop="srcDataType "
prop="srcDataType"
>
<el-checkbox-group v-model="ruleForm.srcDataType ">
<el-checkbox label="1">滚动</el-checkbox>
......@@ -602,6 +602,7 @@ export default {
},
created () {
this.dialogVisible = this.isShowFcx;
this.$forceUpdate()
},
watch: {
isShowFcx (newVal, oldVal) {
......
......@@ -1204,6 +1204,7 @@ export default {
for (var j = 0; j < selectArr.length; j++) {
if (nowSelectData[i].name == selectArr[j].name) { // 如果数据能保证id和name一直配对,则可以少一个比较条件
flag = false;
this.$message.success('重复文件已过滤!')
break;
}
}
......@@ -1211,7 +1212,7 @@ export default {
out.push(nowSelectData[i]);
}
}
this.$message.success('重复文件已过滤!')
console.log(out, 'out')
let arr = []
......
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