update 巡检单设置

This commit is contained in:
lb
2024-02-22 16:11:30 +08:00
parent ef354732b4
commit 9ad83f84fa
5 changed files with 160 additions and 202 deletions

View File

@@ -379,10 +379,7 @@ export default {
this.handleQuery();
},
/** 新增按钮操作 */
handleAdd() {
// this.reset();
// this.open = true;
// this.title = '添加维修记录';
handleAdd() {
this.addOrUpdateVisible = true;
this.$nextTick(() => {
this.$refs.addOrUpdate.init();