This commit is contained in:
terrfly 2022-01-25 18:00:32 +08:00
parent ebe38dabf9
commit 9faf41d174
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ export default {
//
redivFunc: function (recordId) {
const that = this
this.$infoBox.confirmPrimary('确认重新分账?', '重新分账将按照订单度重新发起(仅限分账失败订单)。', () => {
this.$infoBox.confirmPrimary('确认重新分账?', '重新分账将按照订单度重新发起(仅限分账失败订单)。', () => {
resendDivision(recordId).then(res => {
that.$refs.infoTable.refTable(false)
that.$message.warning('请等待接口最新状态')