diff --git a/src/views/qm/behavior.vue b/src/views/qm/behavior.vue index 5becff78..84e3bf20 100644 --- a/src/views/qm/behavior.vue +++ b/src/views/qm/behavior.vue @@ -19,10 +19,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -203,7 +209,10 @@ import saveDialog from './behavior_form.vue'; }, //查看 table_show(row) { - + this.visible = true; + this.$nextTick(() => { + this.$refs.saveDialog.open("show").setData(row); + }); }, handleQuery() { this.$refs.table.queryData(this.query) diff --git a/src/views/qm/behavior_form.vue b/src/views/qm/behavior_form.vue index cad5bd65..7a21ce91 100644 --- a/src/views/qm/behavior_form.vue +++ b/src/views/qm/behavior_form.vue @@ -174,7 +174,7 @@ - + 保存 取消