update 物料配方信息“
This commit is contained in:
父節點
cd4366f780
當前提交
39386d9da9
@ -260,6 +260,12 @@ export default {
|
||||
duration: 1500,
|
||||
});
|
||||
this.getList();
|
||||
} else {
|
||||
this.$message({
|
||||
message: `${res.code}: ${res.msg}`,
|
||||
type: "error",
|
||||
duration: 1500,
|
||||
});
|
||||
}
|
||||
})
|
||||
.catch((errMsg) => {
|
||||
@ -288,10 +294,10 @@ export default {
|
||||
} else {
|
||||
params[cond] = "";
|
||||
}
|
||||
} else if (typeof cond === 'object') {
|
||||
Object.keys(cond).forEach(key => {
|
||||
params[key] = cond[key]
|
||||
})
|
||||
} else if (typeof cond === "object") {
|
||||
Object.keys(cond).forEach((key) => {
|
||||
params[key] = cond[key];
|
||||
});
|
||||
}
|
||||
});
|
||||
console.log("查询", params);
|
||||
|
載入中…
新增問題並參考
Block a user