Merge pull request '1' (#115) from pc-master into portal

Reviewed-on: #115
portal
xiaomeng 2024-02-22 08:25:05 +00:00
commit 755c878288
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) {