修改清空规则

This commit is contained in:
RenCheng 2025-04-26 11:28:41 +08:00
parent 16a9df83ab
commit 62fa53b067

View File

@ -99,7 +99,6 @@ export default {
if (value == 1) { if (value == 1) {
this.form.judgmentField = 'ALL' this.form.judgmentField = 'ALL'
} else { } else {
} }
}, },
add() { add() {
@ -108,6 +107,7 @@ export default {
duplicationType: 1, duplicationType: 1,
judgmentField: null judgmentField: null
} }
this.checkedList =[]
this.visible = true; this.visible = true;
}, },
eidt(record, dataType) { eidt(record, dataType) {