|
|
@ -461,7 +461,7 @@ export default { |
|
|
|
if (this.multipleSelection.length === 1) { |
|
|
|
if (this.multipleSelection[0].updateBtn) { |
|
|
|
this.viewState = 3 |
|
|
|
this.$refs['divAdd'].showEdit(this.multipleSelection) |
|
|
|
this.$refs['divAdd'].showEdit({ sid: this.sids[0] }) |
|
|
|
} else { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '该记录已报备且仍在有效期内,无法再次编辑' }) |
|
|
|
} |
|
|
|