pull/115/head
孙萌 2024-02-22 16:20:11 +08:00
parent 74a7f50b61
commit 995eb802d7
1 changed files with 3 additions and 3 deletions

View File

@ -313,7 +313,7 @@ export default {
value: this.inputData[store.formulaNum[this.indexs - 1] + 14]
}
}
this.change(code, data)
this.changeBtn(code, data)
},
// *10
changeCount(code, el) {
@ -324,7 +324,7 @@ export default {
}
};
console.log(data,11);
this.change(code, data)
this.changeBtn(code, data)
},
//
blurChangeCount(code, el) {
@ -368,7 +368,7 @@ export default {
value: this.inputData[store.formulaNum[this.indexs - 1] + 2],
},
}
this.change(store.formulaNum[this.indexs - 1] + 2, dataSel);
this.changeBtn(store.formulaNum[this.indexs - 1] + 2, dataSel);
},
//
selectValue(e) {