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