修复菜品修改问题

This commit is contained in:
huangdeliang
2021-02-09 14:10:47 +08:00
parent afb7465281
commit 1775b657a7
26 changed files with 257 additions and 137 deletions

View File

@ -482,13 +482,13 @@ export default {
this.$refs["cusContractDrawerRef"].showDrawer(row);
},
handleOnBodySignClick(row) {
console.log(row);
// console.log(row);
},
handleOnHealthSignClick(row) {
this.$refs["physicalSignsDialogRef"].showDialog(row);
},
handleOnMenuClick(row) {
console.log(row);
// console.log(row);
},
// 取消按钮
cancel() {