修改
This commit is contained in:
parent
9a678ef703
commit
283566fa8e
@ -1190,9 +1190,10 @@ export default {
|
|||||||
}
|
}
|
||||||
updateTrainingShelfFlag(obj).then((res) => {
|
updateTrainingShelfFlag(obj).then((res) => {
|
||||||
if (obj.trainingShelfFlag == 0) {
|
if (obj.trainingShelfFlag == 0) {
|
||||||
this.$modal.msgSuccess("已修改上架状态为未上架");
|
|
||||||
} else {
|
|
||||||
this.$modal.msgSuccess("已修改上架状态为上架");
|
this.$modal.msgSuccess("已修改上架状态为上架");
|
||||||
|
} else {
|
||||||
|
this.$modal.msgSuccess("已修改上架状态为未上架");
|
||||||
|
|
||||||
}
|
}
|
||||||
this.getList();
|
this.getList();
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user