From 2cf7c6733dacd8d3c2e5c6e8a8c109fb86eb7c8e Mon Sep 17 00:00:00 2001
From: 钟日健 <5689795+arsn@user.noreply.gitee.com>
Date: Tue, 15 Mar 2022 15:44:59 +0800
Subject: [PATCH] nginx.conf 新增
---
src/views/dispatchChild/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/dispatchChild/index.vue b/src/views/dispatchChild/index.vue
index c43af48..d1ff99c 100644
--- a/src/views/dispatchChild/index.vue
+++ b/src/views/dispatchChild/index.vue
@@ -120,6 +120,7 @@
pageSize: 10,
currentPage: 1,
total: 0,
+ ...this.$store.state.control.changePageSize,
},
query1: {},
data1: [],
@@ -339,7 +340,6 @@
if (i == 1) {
// console.log("存在");
} else {
-
this.obj0 = {};
this.obj0.name = row.name + " 该派遣单位已删除";
window.localStorage.removeItem("paqiandata");
--
Gitblit v1.9.3