@@ -66,8 +72,8 @@
- 添加
- 编辑
+ 添加
+ 编辑
@@ -149,11 +155,11 @@ export default {
})
},
// 新增 / 编辑
- handleAddOrUpdate (id) {
+ handleAddOrUpdate (id, type) {
this.addOrUpdateVisible = true
this.$nextTick(() => {
setTimeout(() => {
- this.$refs.addOrUpdate.init(id)
+ this.$refs.addOrUpdate.init(id, type, this.recordResultId)
}, 500)
})
},