src/views/picture/music/index.vue
@@ -10,10 +10,12 @@ > <el-form-item label="体检号" prop="tjNum"> <el-input ref="inputName" v-model="queryParams.tjNum" placeholder="请输入体检号" clearable @keyup.enter.native="handleQuery" @blur="handleQuery" style="width: 160px" /> </el-form-item> @@ -649,6 +651,11 @@ created() { this.getList(); }, mounted() { this.$nextTick(() => { this.$refs.inputName.focus(); }); }, methods: { handleRowClick(selection) { this.row = selection.customer;