Browse Source

11111

Hongxilin
donghaolin 5 months ago
parent
commit
36b89067fd
  1. 19
      vue/gold-system/src/views/audit/refundAudit.vue
  2. 2
      vue/gold-system/src/views/usergoldInfo/index.vue

19
vue/gold-system/src/views/audit/refundAudit.vue

@ -228,24 +228,7 @@ const getProduct = async function () {
// //
} }
}; };
//
const getArea = async function () {
try {
// POST
const result = await API.post(
"http://192.168.8.93:10010/recharge/user/search",
{}
);
//
console.log("请求成功", result);
//
area.value = result.data;
console.log("allData", allData.value);
} catch (error) {
console.log("请求失败", error);
//
}
};
// //
const getArea = async function () { const getArea = async function () {
try { try {

2
vue/gold-system/src/views/usergoldInfo/index.vue

@ -74,7 +74,7 @@ const get = async function (val) {
// POST // POST
const result = await API.post("http://192.168.8.93:10010/detailY/select", { const result = await API.post("http://192.168.8.93:10010/detailY/select", {
...getObj.value, ...getObj.value,
detailY: { ...detailY.value },
detailYgold: { ...detailY.value },
}); });
// const result2 = await API.post("http://192.168.8.93:10010/detailY/select", { // const result2 = await API.post("http://192.168.8.93:10010/detailY/select", {
// ...getAllObj.value, // ...getAllObj.value,

Loading…
Cancel
Save