|
@@ -439,7 +439,7 @@ export default {
|
|
|
const del =
|
|
|
localStorage
|
|
|
.getItem('zskDelDict')
|
|
|
- .match(new RegExp(this.firstPlace.checkedType + '-\\d+', 'g')) ||
|
|
|
+ .match(new RegExp(this.firstPlace.checkedType + '-\\d+' + '-\\d+', 'g')) ||
|
|
|
[];
|
|
|
const types = dict[0].split('-');
|
|
|
let obj = this.form.klRuleByIdSub;
|