|
|
@ -90,7 +90,7 @@ export default { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
handleForm(index, item) { |
|
|
|
if (this.$parent.isPlatform && item.platform) { |
|
|
|
if (this.$parent.isPlatform && item.platform && this.name !== item.name) { |
|
|
|
this.confirmChange().finally(() => { |
|
|
|
this.setForm(index, item) |
|
|
|
}) |
|
|
|