nizongfeng 3 лет назад
Родитель
Сommit
c7689373e6
1 измененных файлов: 4 добавлений и 2 удалений
  1. +4
    -2
      application/admin/view/receipt_order/index.html

+ 4
- 2
application/admin/view/receipt_order/index.html Просмотреть файл

@@ -445,17 +445,19 @@
} else {
this.$message.error(response.msg);
}
this.getData(this.search.pageNum)
}).catch(function (error) {
this.$message.error("保存失败");
console.log(error);
});
}).catch(() => {

this.$message({
type: 'info',
message: '已取消'
});
});
}).finally(()=>{
this.getData(this.search.pageNum)
})

},
editOrderDivShow(info){


Загрузка…
Отмена
Сохранить