|
|
@ -460,6 +460,9 @@ export default { |
|
|
|
}, |
|
|
|
handleEdit(row) { |
|
|
|
this.dialogVisible = true |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs['form_obj'].clearValidate() |
|
|
|
}) |
|
|
|
const aa = [] |
|
|
|
aa.push(row.sid) |
|
|
|
this.sids = aa |
|
|
@ -469,6 +472,9 @@ export default { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择至少一条以上记录进行批量处理' }) |
|
|
|
return |
|
|
|
} |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs['form_obj'].clearValidate() |
|
|
|
}) |
|
|
|
this.dialogVisible = true |
|
|
|
}, |
|
|
|
backData(val) { |
|
|
@ -538,6 +544,7 @@ export default { |
|
|
|
this.dialogVisible = false |
|
|
|
this.formobj = {} |
|
|
|
this.diploma_list = [] |
|
|
|
this.$refs['form_obj'].resetFields() |
|
|
|
}, |
|
|
|
doClose() { |
|
|
|
this.$store.dispatch('tagsView/delView', this.$route) |
|
|
|