基础,物料,设备
This commit is contained in:
@@ -288,9 +288,13 @@ export default {
|
||||
this.open = true;
|
||||
this.title = '添加保养计划';
|
||||
},
|
||||
handleDetail(id){
|
||||
alert('跳转到 保养记录')
|
||||
},
|
||||
handleDetail(id){
|
||||
// alert('跳转到 保养记录')
|
||||
this.$router.push({
|
||||
name: 'Record',
|
||||
// params: { startTime: this.chooseObj.startTime, endTime: this.chooseObj.endTime }
|
||||
})
|
||||
},
|
||||
/** 修改按钮操作 */
|
||||
handleUpdate(row) {
|
||||
this.reset();
|
||||
|
||||
Reference in New Issue
Block a user