no message

This commit is contained in:
pushuo 2022-08-31 17:57:01 +08:00
parent bb83fce199
commit a3e19e0c06
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@
cancelButtonText: '{{ __('common.cancel') }}', cancelButtonText: '{{ __('common.cancel') }}',
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
$http.delete('rmaReasons/' + id).then((res) => { $http.delete('rma_reasons/' + id).then((res) => {
this.$message.success(res.message); this.$message.success(res.message);
self.rmaReasons.splice(index, 1) self.rmaReasons.splice(index, 1)
}) })