Sfoglia il codice sorgente

二线入区核注清单管理,表体信息tab,删除列表中的数据,报未找到对象的错误

CzRger 7 mesi fa
parent
commit
b5be05e5be

+ 3 - 3
snowy-admin-web/src/views/yqyc/zero/enterprise-ledger/detail.vue

@@ -1114,7 +1114,7 @@ const onBodyEdit = () => {
 	.catch(() => {
 	})
 }
-const onBodyDel = (recode, index) => {
+const onBodyDel = (record, index) => {
 	Modal.confirm({
 		title: '提示',
 		icon: createVNode(ExclamationCircleOutlined),
@@ -1174,7 +1174,7 @@ const onProductEdit = () => {
 	.catch(() => {
 	})
 }
-const onProductDel = (recode, index) => {
+const onProductDel = (record, index) => {
 	Modal.confirm({
 		title: '提示',
 		icon: createVNode(ExclamationCircleOutlined),
@@ -1228,7 +1228,7 @@ const fileChange = (file) => {
 		}, 0)
 	}
 }
-const onFileDel = (recode, index) => {
+const onFileDel = (record, index) => {
 	Modal.confirm({
 		title: '提示',
 		icon: createVNode(ExclamationCircleOutlined),

+ 8 - 8
snowy-admin-web/src/views/yqyc/zero/two/in-nuclear-annotation/detail.vue

@@ -403,7 +403,7 @@
 								<a-button type="link" primary size="small"
 										  @click="onBodyReset(), bodyData = cloneDeep(record)">编辑
 								</a-button>
-								<a-button type="link" danger size="small" @click="onBodyDel(index)">删除</a-button>
+								<a-button type="link" danger size="small" @click="onBodyDel(record, index)">删除</a-button>
 							</template>
 						</template>
 					</template>
@@ -456,7 +456,7 @@
 							<template v-if="isView">
 							</template>
 							<template v-else>
-								<a-button type="link" danger size="small" @click="onFileDel(index)" v-if="!isView">
+								<a-button type="link" danger size="small" @click="onFileDel(record, index)" v-if="!isView">
 									删除
 								</a-button>
 							</template>
@@ -773,13 +773,13 @@ const bodyColumns = [
 		width: 160
 	},
 	{
-		title: '监管年限到期日',
-		dataIndex: 'jgnxDqr',
+		title: '监管年限起始日',
+		dataIndex: 'jgnxQsr',
 		width: 160
 	},
 	{
-		title: '监管年限起始日',
-		dataIndex: 'jgnxQsr',
+		title: '监管年限到期日',
+		dataIndex: 'jgnxDqr',
 		width: 160
 	},
 	{
@@ -890,7 +890,7 @@ const onBodyEdit = () => {
 	.catch(() => {
 	})
 }
-const onBodyDel = (recode, index) => {
+const onBodyDel = (record, index) => {
 	Modal.confirm({
 		title: '提示',
 		icon: createVNode(ExclamationCircleOutlined),
@@ -979,7 +979,7 @@ const fileChange = (file) => {
 		}, 0)
 	}
 }
-const onFileDel = (recode, index) => {
+const onFileDel = (record, index) => {
 	Modal.confirm({
 		title: '提示',
 		icon: createVNode(ExclamationCircleOutlined),

+ 5 - 5
snowy-admin-web/src/views/yqyc/zero/two/in-nuclear-release/detail.vue

@@ -293,7 +293,7 @@
 							</template>
 							<template v-else>
 								<a-button type="link" primary size="small" @click="onRelationReset(), relationData = cloneDeep(record)">编辑</a-button>
-								<a-button type="link" danger size="small" @click="onRelationDel(index)">删除</a-button>
+								<a-button type="link" danger size="small" @click="onRelationDel(record, index)">删除</a-button>
 							</template>
 						</template>
 					</template>
@@ -343,7 +343,7 @@
 							<template v-if="isView">
 							</template>
 							<template v-else>
-								<a-button type="link" danger size="small" @click="onFileDel(index)" v-if="!isView">删除</a-button>
+								<a-button type="link" danger size="small" @click="onFileDel(record, index)" v-if="!isView">删除</a-button>
 							</template>
 						</template>
 					</template>
@@ -688,7 +688,7 @@
 		.catch(() => {
 		})
 	}
-	const onBodyDel = (recode, index) => {
+	const onBodyDel = (record, index) => {
 		Modal.confirm({
 			title: '提示',
 			icon: createVNode(ExclamationCircleOutlined),
@@ -745,7 +745,7 @@
 		.catch(() => {
 		})
 	}
-	const onRelationDel = (recode, index) => {
+	const onRelationDel = (record, index) => {
 		Modal.confirm({
 			title: '提示',
 			icon: createVNode(ExclamationCircleOutlined),
@@ -799,7 +799,7 @@
 			}, 0)
 		}
 	}
-	const onFileDel = (recode, index) => {
+	const onFileDel = (record, index) => {
 		Modal.confirm({
 			title: '提示',
 			icon: createVNode(ExclamationCircleOutlined),

+ 4 - 4
snowy-admin-web/src/views/yqyc/zero/two/out-nuclear-annotation/detail.vue

@@ -403,7 +403,7 @@
 								<a-button type="link" primary size="small"
 										  @click="onBodyReset(), bodyData = cloneDeep(record)">编辑
 								</a-button>
-								<a-button type="link" danger size="small" @click="onBodyDel(index)">删除</a-button>
+								<a-button type="link" danger size="small" @click="onBodyDel(record, index)">删除</a-button>
 							</template>
 						</template>
 					</template>
@@ -456,7 +456,7 @@
 							<template v-if="isView">
 							</template>
 							<template v-else>
-								<a-button type="link" danger size="small" @click="onFileDel(index)" v-if="!isView">
+								<a-button type="link" danger size="small" @click="onFileDel(record, index)" v-if="!isView">
 									删除
 								</a-button>
 							</template>
@@ -891,7 +891,7 @@ const onBodyEdit = () => {
 	.catch(() => {
 	})
 }
-const onBodyDel = (recode, index) => {
+const onBodyDel = (record, index) => {
 	Modal.confirm({
 		title: '提示',
 		icon: createVNode(ExclamationCircleOutlined),
@@ -980,7 +980,7 @@ const fileChange = (file) => {
 		}, 0)
 	}
 }
-const onFileDel = (recode, index) => {
+const onFileDel = (record, index) => {
 	Modal.confirm({
 		title: '提示',
 		icon: createVNode(ExclamationCircleOutlined),

+ 5 - 5
snowy-admin-web/src/views/yqyc/zero/two/out-nuclear-release/detail.vue

@@ -293,7 +293,7 @@
 							</template>
 							<template v-else>
 								<a-button type="link" primary size="small" @click="onRelationReset(), relationData = cloneDeep(record)">编辑</a-button>
-								<a-button type="link" danger size="small" @click="onRelationDel(index)">删除</a-button>
+								<a-button type="link" danger size="small" @click="onRelationDel(record, index)">删除</a-button>
 							</template>
 						</template>
 					</template>
@@ -343,7 +343,7 @@
 							<template v-if="isView">
 							</template>
 							<template v-else>
-								<a-button type="link" danger size="small" @click="onFileDel(index)" v-if="!isView">删除</a-button>
+								<a-button type="link" danger size="small" @click="onFileDel(record, index)" v-if="!isView">删除</a-button>
 							</template>
 						</template>
 					</template>
@@ -687,7 +687,7 @@
 		.catch(() => {
 		})
 	}
-	const onBodyDel = (recode, index) => {
+	const onBodyDel = (record, index) => {
 		Modal.confirm({
 			title: '提示',
 			icon: createVNode(ExclamationCircleOutlined),
@@ -744,7 +744,7 @@
 		.catch(() => {
 		})
 	}
-	const onRelationDel = (recode, index) => {
+	const onRelationDel = (record, index) => {
 		Modal.confirm({
 			title: '提示',
 			icon: createVNode(ExclamationCircleOutlined),
@@ -798,7 +798,7 @@
 			}, 0)
 		}
 	}
-	const onFileDel = (recode, index) => {
+	const onFileDel = (record, index) => {
 		Modal.confirm({
 			title: '提示',
 			icon: createVNode(ExclamationCircleOutlined),