This commit is contained in:
曹辉 2022-10-14 16:59:57 +08:00
parent d7b11a6c0b
commit 3e424a6be7

View File

@ -1356,7 +1356,16 @@ export default {
methods: {
oninputscore2(item) {
if (item.itemCode == "H001") {
console.log(item);
this.Height = item.itemScore;
if (item.itemScore == "") {
this.form.itemScoreList.forEach((e) => {
if (e.itemCode == "W001") {
e.itemFraction = "";
e.itemScore = "";
}
});
}
}
if (item.itemScore == "") {
this.form.itemScoreList.forEach((e) => {
@ -1402,7 +1411,16 @@ export default {
},
oninputscore(item) {
if (item.itemCode == "H001") {
console.log(item);
this.Height = item.itemScore;
if (item.itemScore == "") {
this.form.itemScoreList.forEach((e) => {
if (e.itemCode == "W001") {
e.itemFraction = "";
e.itemScore = "";
}
});
}
}
if (item.itemScore == "") {
this.form.itemScoreList.forEach((e) => {