nizongfeng 3 anni fa
parent
commit
b1155f6aa6
2 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. +2
    -1
      application/admin/view/payment_order/index.html
  2. +3
    -1
      application/admin/view/receipt_order/index.html

+ 2
- 1
application/admin/view/payment_order/index.html Vedi File

@@ -512,10 +512,12 @@
});
} else {
this.$message.error(data.msg);
this.getData(this.search.pageNum)
}
}).catch(function (error) {
this.$message.error("保存失败");
console.log(error);
this.getData(this.search.pageNum)
});
}).catch(() => {

@@ -523,7 +525,6 @@
type: 'info',
message: '已取消'
});
}).finally(()=>{
this.getData(this.search.pageNum)
})



+ 3
- 1
application/admin/view/receipt_order/index.html Vedi File

@@ -446,10 +446,13 @@
});
} else {
this.$message.error(data.msg);
this.getData(this.search.pageNum)
}

}).catch(function (error) {
this.$message.error("保存失败");
console.log(error);
this.getData(this.search.pageNum)
});
}).catch(() => {

@@ -457,7 +460,6 @@
type: 'info',
message: '已取消'
});
}).finally(()=>{
this.getData(this.search.pageNum)
})



Caricamento…
Annulla
Salva