Commit 46ca56a4 authored by 秦嘉's avatar 秦嘉

修改bug

parent a1561851
......@@ -179,6 +179,7 @@ export default {
* 重置按钮方法
*/
resetQuery() {
this.$refs['queryParams'].clearValidate();
this.queryParams.materSn = undefined
this.assemblingList = []
this.form = {}
......
......@@ -103,6 +103,7 @@
<el-table-column align="center" :show-overflow-tooltip="true" prop="updatePerName">
<template slot="header">
<div>操作人</div>
<div>Operator</div>
</template>
<template slot-scope="scope">
<span>{{ scope.row.updatePerName || '-' }}</span>
......@@ -217,7 +218,7 @@
<div class="labelName">备注</div>
<div class="labelName">PS</div>
</div>
<el-input v-model.trim="form.remarks" :maxlength="256" show-word-limit type="textarea" :row="3" placeholder="请输入备注" />
<el-input v-model.trim="form.remarks" :maxlength="256" show-word-limit type="textarea" :rows="5" placeholder="请输入备注" />
</el-form-item>
</el-col>
</el-row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment