修改清空规则
This commit is contained in:
parent
16a9df83ab
commit
62fa53b067
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user