优化返回页面

This commit is contained in:
pengxiaolong
2025-05-22 22:05:55 +08:00
parent 6ca66f45d4
commit c55be10783
59 changed files with 3428 additions and 44 deletions

View File

@@ -28,6 +28,7 @@
import request from "../../components/request.js";
import formatDate from "../../components/formatDate.js";
export default {
inject: ['$global'],
data() {
return {
page: 0,//页码
@@ -50,6 +51,7 @@ export default {
},
})
},
formatDate: formatDate,
async pkList(){
const res = await request({
url: "pk/pkList",