Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
8 changed files
with
65 additions
and
19 deletions
-
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, | ||
... | ... |