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) {