Compare commits

..

No commits in common. "755c87828891c69efadd16b8cd4aa0e0c6ced033" and "2ffa3385db5eda6d529cc9d9e1e898803f481c38" have entirely different histories.

View File

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