|
|
@ -247,13 +247,13 @@ |
|
|
|
|
|
|
|
<div class="resi-btns"> |
|
|
|
<el-button size="small" |
|
|
|
@click="handlerCancle">重置</el-button> |
|
|
|
@click="handlerReset" class="diy-button--common">重置</el-button> |
|
|
|
<el-button size="small" |
|
|
|
@click="handlerCancle">取消</el-button> |
|
|
|
@click="handlerCancle" class="diy-button--common">取消</el-button> |
|
|
|
<el-button type="primary" |
|
|
|
size="small" |
|
|
|
:loading="btnLoading" |
|
|
|
@click="handleSUbmit">保存</el-button> |
|
|
|
@click="handleSUbmit" class="diy-button--blue">保存</el-button> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
@ -951,6 +951,9 @@ export default { |
|
|
|
await this.getFormList("edit"); |
|
|
|
await this.getrowInfo(row.icResiUserId); |
|
|
|
}, |
|
|
|
handlerReset(){ |
|
|
|
this.$refs.baseForm.resetForm(); |
|
|
|
}, |
|
|
|
async handleAdd () { |
|
|
|
await this.getFormList(); |
|
|
|
this.dialogVisible = true; |
|
|
|