|
@@ -234,7 +234,7 @@ export default {
|
|
|
saveAndEditIndicatorData() {
|
|
|
let that = this
|
|
|
let indNames = []
|
|
|
- let binSectionName = []
|
|
|
+ // let binSectionName = []
|
|
|
that.ruleForm.indicItemName.forEach(iv =>{
|
|
|
that.indicItemoptions.forEach(it =>{
|
|
|
if (iv === it.id) {
|