This commit is contained in:
X1627315083
2025-08-26 11:47:16 +08:00
parent 34541aa8c0
commit 67d21f34c3
3 changed files with 12 additions and 7 deletions

View File

@@ -157,12 +157,13 @@ export default defineComponent({
};
let setOk = () => {
let data;
data = setEditData();
if (
!data.id ||
!data.amount
)
return message.warning("Please check the input box marked with *");
data = setEditData();
console.log(123)
Https.axiosPost(Https.httpUrls.editReferral, data).then(
(rv) => {
if (rv) {