修改清空规则

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