详情
diff --git a/project/sass/apps/AppReturnHomeRegister/components/Detail.vue b/project/sass/apps/AppReturnHomeRegister/components/Detail.vue
index fbddb253..36a60293 100644
--- a/project/sass/apps/AppReturnHomeRegister/components/Detail.vue
+++ b/project/sass/apps/AppReturnHomeRegister/components/Detail.vue
@@ -77,9 +77,6 @@
-
- 解除异常
-
@@ -97,9 +94,6 @@
-
- 添加记录
-
-
-
-
-
-
-
-
@@ -154,9 +136,6 @@
current: 1,
size: 10
},
- form: {
- content: ''
- },
isShow: false,
currIndex: 0,
tableData: [],
@@ -200,20 +179,6 @@
})
},
- release () {
- this.$confirm('确定解除异常?').then(() => {
- this.instance.post(`/app/appepidemicbackhomerecord/release?recordId=${this.params.id}`, {
- id: this.params.id
- }).then(res => {
- if (res.code == 0) {
- this.$message.success('解除异常成功!')
- this.currIndex = 0
- this.getInfo(this.params.id)
- }
- })
- })
- },
-
remove(id) {
this.$confirm('确定删除该数据?').then(() => {
this.instance.post(`/app/appepidemicunusuallog/delete?ids=${id}`).then(res => {
@@ -225,23 +190,6 @@
})
},
- onConfirm() {
- this.$refs.form.validate(v => {
- if (v) {
- this.instance.post('/app/appepidemicunusuallog/addOrUpdate', {
- ...this.form,
- recordId: this.params.id
- }).then(res => {
- if (res?.code == 0) {
- this.isShow = false
- this.getList()
- this.$message.success('添加成功!')
- }
- })
- }
- })
- },
-
getList () {
this.instance.post(`/app/appepidemicunusuallog/list`, null, {
params: {
diff --git a/project/sass/apps/AppReturnHomeRegister/components/List.vue b/project/sass/apps/AppReturnHomeRegister/components/List.vue
index 741ede6b..cdac14e0 100644
--- a/project/sass/apps/AppReturnHomeRegister/components/List.vue
+++ b/project/sass/apps/AppReturnHomeRegister/components/List.vue
@@ -1,6 +1,16 @@
-
+
+