修复基础设置异常
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user