提交样式

This commit is contained in:
aixianling
2023-02-02 18:21:14 +08:00
parent deb90a8574
commit 5b41cd85e0

View File

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