|
@@ -178,7 +178,7 @@
|
|
|
</template>
|
|
|
<script setup>
|
|
|
import { toRef } from "vue";
|
|
|
-import { getMembers } from "@/api/business/production/socialSecurityDeclare";
|
|
|
+import { getMembers,getMembersNoDelete } from "@/api/business/production/socialSecurityDeclare";
|
|
|
import { rowNum } from "@/utils/index";
|
|
|
const props = defineProps({
|
|
|
width: {
|
|
@@ -214,7 +214,7 @@ function close() {
|
|
|
}
|
|
|
|
|
|
const getList = () => {
|
|
|
- getMembers(query.value)
|
|
|
+ getMembersNoDelete(query.value)
|
|
|
.then((res) => {
|
|
|
list.value = res.data;
|
|
|
})
|