【init】 创建erp 项目

master
NH-LHG 2 years ago
parent ef55eb3056
commit a1f413bcd6

@ -221,7 +221,7 @@
content: "是否确认此操作?",
onOk: function () {
row.state = state
addOrder(row).then(res => {
editOrder(row).then(res => {
that.$message.success('操作成功');
that.loadData(1);
})

Loading…
Cancel
Save