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