修复基础设置异常

This commit is contained in:
dragon
2024-09-14 23:29:38 +08:00
parent 591495edcc
commit e062c2afa3

View File

@@ -191,12 +191,13 @@ export default {
var obj = {};
obj.partitionId = this.inquire.value;
if (this.type == 1) {
obj.comparisonValue = this.value;
} else if (this.typetype == 2) {
obj.productionRatio = this.value;
} else if (this.type == 2) {
console.log(1111);
obj.stock = this.value;
} else if (this.typetype == 3) {
} else if (this.type == 3) {
obj.platformRatio = this.value;
} else if (this.typetype == 4) {
} else if (this.type == 4) {
obj.receiverRatio = this.value;
}
updateSet(obj).then((res) => {