zydx-plus 1.35.637 → 1.35.638
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/seek/src/word.vue +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
|
@@ -286,7 +286,7 @@ export default {
|
|
|
286
286
|
// 解析选项并回填答案
|
|
287
287
|
if (item.testKey) {
|
|
288
288
|
item.testKey = typeof item.testKey === 'string' ? JSON.parse(item.testKey) : item.testKey
|
|
289
|
-
this.markCheckedOptions(item)
|
|
289
|
+
// this.markCheckedOptions(item) // 选择题选项的选中状态checked的值是true还是false,在组件外面引用该组件的父级组件中根据参数设置好了,不再用此处方法在组件内部处理了
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
return item
|