钱包修改
This commit is contained in:
parent
b339604347
commit
cfc2b60f71
@ -390,8 +390,8 @@ export async function getaccountinfo(data?: any){
|
|||||||
/**
|
/**
|
||||||
* 账户编辑
|
* 账户编辑
|
||||||
*/
|
*/
|
||||||
export async function editaccount(data?: any){
|
export async function editaccount( id: any,data?: any){
|
||||||
const res=await put<Liveaddrule>('wallect/'+data);
|
const res=await put<Liveaddrule>('wallect/' +id ,data);
|
||||||
if(res.code==0){
|
if(res.code==0){
|
||||||
message.success("修改成功")
|
message.success("修改成功")
|
||||||
}
|
}
|
||||||
|
@ -274,7 +274,7 @@ export default defineComponent({
|
|||||||
} else {
|
} else {
|
||||||
if (toRaw(accountinfo.value).accountid) {
|
if (toRaw(accountinfo.value).accountid) {
|
||||||
console.log(300);
|
console.log(300);
|
||||||
editaccount(toRaw(accountinfo.value).accountid);
|
editaccount(toRaw(accountinfo.value).accountid, accountinfo.value);
|
||||||
} else {
|
} else {
|
||||||
console.log(111);
|
console.log(111);
|
||||||
accountadd(toRaw(accountinfo.value));
|
accountadd(toRaw(accountinfo.value));
|
||||||
@ -286,7 +286,7 @@ export default defineComponent({
|
|||||||
} else {
|
} else {
|
||||||
if (toRaw(accountinfo.value).accountid) {
|
if (toRaw(accountinfo.value).accountid) {
|
||||||
console.log(300);
|
console.log(300);
|
||||||
editaccount(toRaw(accountinfo.value).accountid);
|
editaccount(toRaw(accountinfo.value).accountid, accountinfo.value);
|
||||||
} else {
|
} else {
|
||||||
console.log(111);
|
console.log(111);
|
||||||
accountadd(toRaw(accountinfo.value));
|
accountadd(toRaw(accountinfo.value));
|
||||||
@ -295,7 +295,7 @@ export default defineComponent({
|
|||||||
} else if (accountinfofin.type == 1) {
|
} else if (accountinfofin.type == 1) {
|
||||||
if (toRaw(accountinfo.value).accountid) {
|
if (toRaw(accountinfo.value).accountid) {
|
||||||
console.log(300);
|
console.log(300);
|
||||||
editaccount(toRaw(accountinfo.value).accountid);
|
editaccount(toRaw(accountinfo.value).accountid, accountinfo.value);
|
||||||
} else {
|
} else {
|
||||||
console.log(111);
|
console.log(111);
|
||||||
accountadd(toRaw(accountinfo.value));
|
accountadd(toRaw(accountinfo.value));
|
||||||
@ -313,7 +313,8 @@ export default defineComponent({
|
|||||||
message.error(lan.$t("kaihuhangweikong"));
|
message.error(lan.$t("kaihuhangweikong"));
|
||||||
} else {
|
} else {
|
||||||
if (toRaw(accountinfo.value).accountid) {
|
if (toRaw(accountinfo.value).accountid) {
|
||||||
editaccount(toRaw(accountinfo.value).accountid);
|
editaccount(toRaw(accountinfo.value).accountid, accountinfo.value);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
accountadd(toRaw(accountinfo.value));
|
accountadd(toRaw(accountinfo.value));
|
||||||
}
|
}
|
||||||
@ -325,7 +326,7 @@ export default defineComponent({
|
|||||||
} else {
|
} else {
|
||||||
if (toRaw(accountinfo.value).accountid) {
|
if (toRaw(accountinfo.value).accountid) {
|
||||||
console.log(300);
|
console.log(300);
|
||||||
editaccount(toRaw(accountinfo.value).accountid);
|
editaccount(toRaw(accountinfo.value).accountid, accountinfo.value);
|
||||||
} else {
|
} else {
|
||||||
console.log(111);
|
console.log(111);
|
||||||
accountadd(toRaw(accountinfo.value));
|
accountadd(toRaw(accountinfo.value));
|
||||||
|
@ -234,7 +234,7 @@ export default defineComponent({
|
|||||||
const state=ref<number>(0)
|
const state=ref<number>(0)
|
||||||
const dates=ref<Array<string>>(["",""])
|
const dates=ref<Array<string>>(["",""])
|
||||||
const page = ref(1);
|
const page = ref(1);
|
||||||
const visible = ref(true);
|
const visible = ref(false);
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
console.log(useRoute().query)
|
console.log(useRoute().query)
|
||||||
listindex.value=1
|
listindex.value=1
|
||||||
|
Loading…
Reference in New Issue
Block a user