parent
550875da40
commit
76ae8c4fb1
|
@ -162,6 +162,7 @@ export default{
|
|||
})
|
||||
},
|
||||
handleAdd() {
|
||||
this.form.ADD_MOTORCADE_NAME = ''
|
||||
this.addLoading = true
|
||||
},
|
||||
saveMotorcade() {
|
||||
|
@ -181,12 +182,13 @@ export default{
|
|||
this.addLoading = false
|
||||
})
|
||||
} else {
|
||||
this.$message.error('请填写完整信息');
|
||||
this.$message.error('请填写完整信息')
|
||||
}
|
||||
})
|
||||
},
|
||||
handleEdit(row) {
|
||||
this.form.MOTORCADE_ID = row.MOTORCADE_ID
|
||||
this.form.ADD_MOTORCADE_NAME = row.MOTORCADE_NAME
|
||||
this.editLoading = true
|
||||
},
|
||||
editMotorcade() {
|
||||
|
|
Loading…
Reference in New Issue