快捷功能开发完成

This commit is contained in:
huangdeliang
2021-04-02 16:33:27 +08:00
parent 49f80af8a6
commit f412a4e70e
18 changed files with 739 additions and 202 deletions

View File

@ -52,7 +52,7 @@ export default {
},
methods: {
showDialog(data, healthy, type) {
console.log(healthy)
// console.log(healthy)
this.data = data;
this.type = type;
this.title = "修改" + `${data.name}` + "备注";