|
|
@@ -199,7 +199,7 @@ |
|
|
|
<!-- 弹框操作按钮 --> |
|
|
|
<div slot="footer" class="dialog-footer"> |
|
|
|
<el-button @click="doPrint">打 印</el-button> |
|
|
|
<el-button @click="cancel">关 闭</el-button> |
|
|
|
<el-button @click="cancelDetail">关 闭</el-button> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
@@ -502,6 +502,9 @@ export default { |
|
|
|
this.open = false |
|
|
|
this.reset() |
|
|
|
}, |
|
|
|
cancelDetail() { |
|
|
|
this.viewOpen = false |
|
|
|
}, |
|
|
|
// 表单重置 |
|
|
|
reset() { |
|
|
|
this.form = { |
|
|
@@ -578,7 +581,6 @@ export default { |
|
|
|
this.${subclassName}List = response.data.${subclassName}List; |
|
|
|
#end |
|
|
|
this.viewOpen = true; |
|
|
|
this.open = false; |
|
|
|
this.title = "查看${functionName}"; |
|
|
|
}); |
|
|
|
}, |
|
|
|