projects/mesxc-lb #212
@ -374,7 +374,7 @@ export default {
|
||||
handleAddAttr() {
|
||||
if (!this.row.id) return this.$message.error('请先选中保养记录');
|
||||
this.resetAttrform();
|
||||
this.attrTitle = '添加设备属性';
|
||||
this.attrTitle = '添加巡检内容';
|
||||
this.attrFormVisible = true;
|
||||
},
|
||||
|
||||
|
@ -558,7 +558,7 @@ export default {
|
||||
handleAddAttr() {
|
||||
if (!this.row.id) return this.$message.error('请先选中保养记录');
|
||||
this.resetAttrform();
|
||||
this.attrTitle = '添加设备属性';
|
||||
this.attrTitle = '添加巡检内容';
|
||||
this.attrFormVisible = true;
|
||||
},
|
||||
|
||||
|
@ -281,7 +281,7 @@ export default {
|
||||
/** 新增按钮操作 */
|
||||
handleAdd() {
|
||||
this.open = true;
|
||||
this.title = '添加待确认巡检设置';
|
||||
this.title = '新建巡检单';
|
||||
this.$nextTick(() => {
|
||||
this.$refs.add.init();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user