fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user