diff --git a/src/views/qm/behavior.vue b/src/views/qm/behavior.vue index ed7cd60d..9b25f4f9 100644 --- a/src/views/qm/behavior.vue +++ b/src/views/qm/behavior.vue @@ -36,7 +36,8 @@ - + @@ -70,10 +71,12 @@ {{ state_xj[scope.row.val_xj] }} - + @@ -180,6 +183,12 @@ export default { this.$refs.saveDialog.open("add"); }); }, + table_edit(row) { + this.visible = true; + this.$nextTick(() => { + this.$refs.saveDialog.open("edit").setData(row); + }); + }, importInspect() { this.visible = true; },