|
@@ -445,17 +445,19 @@ |
|
|
} else { |
|
|
} else { |
|
|
this.$message.error(response.msg); |
|
|
this.$message.error(response.msg); |
|
|
} |
|
|
} |
|
|
this.getData(this.search.pageNum) |
|
|
|
|
|
}).catch(function (error) { |
|
|
}).catch(function (error) { |
|
|
this.$message.error("保存失败"); |
|
|
this.$message.error("保存失败"); |
|
|
console.log(error); |
|
|
console.log(error); |
|
|
}); |
|
|
}); |
|
|
}).catch(() => { |
|
|
}).catch(() => { |
|
|
|
|
|
|
|
|
this.$message({ |
|
|
this.$message({ |
|
|
type: 'info', |
|
|
type: 'info', |
|
|
message: '已取消' |
|
|
message: '已取消' |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
}).finally(()=>{ |
|
|
|
|
|
this.getData(this.search.pageNum) |
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
editOrderDivShow(info){ |
|
|
editOrderDivShow(info){ |
|
|