Merge branch 'dev'
Showing
10 changed files
with
168 additions
and
32 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
... | ... | @@ -4,7 +4,7 @@ |
* @LastEditTime: 2023-05-04 11:13:36 | ||
*/ | ||
const state = { | ||
yjsqOptions: "", | ||
yjsqOptions: {}, | ||
} | ||
const mutations = { | ||
... | ... |
... | ... | @@ -64,7 +64,7 @@ export default { |
watch: { | ||
yjsqOptions: { | ||
handler(val) { | ||
this.add(val); | ||
this.add(val.opinion); | ||
}, | ||
deep: true, | ||
immediate: true, | ||
... | ... |
... | ... | @@ -102,7 +102,7 @@ export default { |
this.add(""); | ||
this.monitor=false | ||
}else{ | ||
this.add(val); | ||
this.add(val.opinion); | ||
} | ||
}, | ||
deep: true, | ||
... | ... |
... | ... | @@ -93,7 +93,7 @@ export default { |
watch: { | ||
yjsqOptions: { | ||
handler(val) { | ||
this.add(val); | ||
this.add(val.opinion); | ||
}, | ||
deep: true, | ||
immediate: true, | ||
... | ... |