提交 72839c57 authored 作者: 王鹏飞's avatar 王鹏飞

revert: #904f5f91

上级 904f5f91
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<template slot-scope="{ row, $index }"> <template slot-scope="{ row, $index }">
<question-type-treeselect <question-type-treeselect
multiple multiple
:checkStrictly="true" :checkStrictly="false"
:isRequestRemote="false" :isRequestRemote="false"
v-model="row.question_categories" v-model="row.question_categories"
@change="getQuestionMaxCount($index, row)" @change="getQuestionMaxCount($index, row)"
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<template slot-scope="{ row, $index }"> <template slot-scope="{ row, $index }">
<question-type-treeselect <question-type-treeselect
multiple multiple
:checkStrictly="true" :checkStrictly="false"
:isRequestRemote="false" :isRequestRemote="false"
v-model="row.question_categories" v-model="row.question_categories"
@change="getQuestionMaxCount($index, row)" @change="getQuestionMaxCount($index, row)"
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<app-list row-key="id" v-bind="tableOptions" v-on="$listeners" ref="list"> <app-list row-key="id" v-bind="tableOptions" v-on="$listeners" ref="list">
<template v-slot:filter-category="{ params }"> <template v-slot:filter-category="{ params }">
<question-type-treeselect <question-type-treeselect
:checkStrictly="true" :checkStrictly="false"
multiple multiple
v-model="params.question_categories" v-model="params.question_categories"
@change="refetchList"> @change="refetchList">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论