🔱: [client] sync upgrade with 5 commits [trident-sync]

refactor: 1.13.6
refactor: proxy
refactor: 1.13.5
refactor: tabs remove 样式
This commit is contained in:
GitHub Actions Bot
2023-05-13 19:24:08 +00:00
parent c9ac5ae963
commit 2bd5d0bd8e
14 changed files with 92 additions and 17 deletions
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
});
}
export function UpdateObj(obj :any) {
export function UpdateObj(obj: any) {
return request({
url: apiPrefix + "/update",
method: "post",
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
});
}
export function UpdateObj(obj :any) {
export function UpdateObj(obj: any) {
return request({
url: apiPrefix + "/update",
method: "post",
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
});
}
export function UpdateObj(obj :any) {
export function UpdateObj(obj: any) {
return request({
url: apiPrefix + "/update",
method: "post",
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
});
}
export function UpdateObj(obj :any) {
export function UpdateObj(obj: any) {
return request({
url: apiPrefix + "/update",
method: "post",
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
});
}
export function UpdateObj(obj :any) {
export function UpdateObj(obj: any) {
return request({
url: apiPrefix + "/update",
method: "post",
@@ -40,4 +40,3 @@ export function GetObj(id: any) {
params: { id }
});
}
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
});
}
export function UpdateObj(obj :any) {
export function UpdateObj(obj: any) {
return request({
url: apiPrefix + "/update",
method: "post",
@@ -15,7 +15,7 @@
<script lang="ts">
import { defineComponent, ref, onMounted } from "vue";
import {useCrud, useFs} from "@fast-crud/fast-crud";
import { useCrud, useFs } from "@fast-crud/fast-crud";
import createCrudOptions from "./crud";
import { useExpose } from "@fast-crud/fast-crud";
import { message } from "ant-design-vue";
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
});
}
export function UpdateObj(obj :any) {
export function UpdateObj(obj: any) {
return request({
url: apiPrefix + "/update",
method: "post",
@@ -17,7 +17,7 @@ export function AddObj(obj: any) {
});
}
export function UpdateObj(obj :any) {
export function UpdateObj(obj: any) {
return request({
url: apiPrefix + "/update",
method: "post",