提交样式
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user