|
@ -459,7 +459,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
toEdit() { |
|
|
toEdit() { |
|
|
if (this.multipleSelection.length === 1) { |
|
|
if (this.multipleSelection.length === 1) { |
|
|
if (!this.multipleSelection[0].updateBtn) { |
|
|
if (this.multipleSelection[0].updateBtn) { |
|
|
this.viewState = 3 |
|
|
this.viewState = 3 |
|
|
this.$refs['divAdd'].showEdit(this.multipleSelection) |
|
|
this.$refs['divAdd'].showEdit(this.multipleSelection) |
|
|
} else { |
|
|
} else { |
|
|