From 5b41cd85e00be1341a60f8ff0bbc9d55eb1e278f Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 2 Feb 2023 18:21:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/qianxinan/AppSignInfo/list.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/project/qianxinan/AppSignInfo/list.vue b/project/qianxinan/AppSignInfo/list.vue index 2610922a..fc319855 100644 --- a/project/qianxinan/AppSignInfo/list.vue +++ b/project/qianxinan/AppSignInfo/list.vue @@ -72,18 +72,6 @@ export default { handleAdd(id) { this.$router.push({hash: "#add", query: {id}}) }, - // handleDelete(ids) { - // this.$confirm("是否要删除?").then(() => { - // this.instance.post("/app/appwechatsigninfo/delete", null, { - // params: {ids} - // }).then(res => { - // if (res?.code == 0) { - // this.$message.success("删除成功") - // this.getTableData() - // } - // }) - // }).catch(() => 0) - // }, getDepartments() { this.instance.post("/app/wxcp/wxdepartment/listAll").then(res => { if (res?.data) {