Commit cfb7eb45 authored by 高宇's avatar 高宇

调整关闭弹层关闭方法;

parent c0d448fa
......@@ -6,7 +6,7 @@
:error-data="errorData">
<span slot="operationBtn">
<el-button type="primary" @click="saveWorkLog" size="mini">保存</el-button>
<el-button @click="close" size="mini">关闭</el-button>
<el-button @click="close()" size="mini">关闭</el-button>
</span>
</operation-work-log>
</section>
......
......@@ -6,7 +6,7 @@
:error-data="errorData">
<span slot="operationBtn">
<el-button type="primary" @click="saveWorkLog" size="mini">保存</el-button>
<el-button @click="close" size="mini">关闭</el-button>
<el-button @click="close()" size="mini">关闭</el-button>
</span>
</operation-work-log>
</section>
......
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