diff --git a/project/sass/apps/AppReportAiWill/components/List.vue b/project/sass/apps/AppReportAiWill/components/List.vue index f0cf8888..92f90e9c 100644 --- a/project/sass/apps/AppReportAiWill/components/List.vue +++ b/project/sass/apps/AppReportAiWill/components/List.vue @@ -14,7 +14,7 @@ @change="search.current = 1, getList()"> - 导出 + 导出 - +
详情 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 @@
- - - - - - - - -
@@ -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 @@