丰都大屏完成

This commit is contained in:
aixianling
2023-11-01 11:34:27 +08:00
parent 4e07ff289e
commit a0afde54ff
2 changed files with 21 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ export default {
instance: {
deep: true,
handler(v) {
v && this.isAction && !this.options.toString() && this.getOptions()
v && this.isAction && !this.options?.toString() && this.getOptions()
}
},
action() {