自然幢fwytList字典数据
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -163,7 +163,7 @@ | ... | @@ -163,7 +163,7 @@ |
163 | :multiple="multiple" | 163 | :multiple="multiple" |
164 | :placeholder="placeholder" | 164 | :placeholder="placeholder" |
165 | :disabled="form.qszt!='0'" | 165 | :disabled="form.qszt!='0'" |
166 | :data="$store.state.tdytList" | 166 | :data="$store.state.fwytList" |
167 | :props="treeProps" | 167 | :props="treeProps" |
168 | :check-strictly="checkStrictly" | 168 | :check-strictly="checkStrictly" |
169 | :clearable="clearable" | 169 | :clearable="clearable" |
... | @@ -179,7 +179,7 @@ | ... | @@ -179,7 +179,7 @@ |
179 | :multiple="multiple" | 179 | :multiple="multiple" |
180 | :placeholder="placeholder" | 180 | :placeholder="placeholder" |
181 | :disabled="form.qszt!='0'" | 181 | :disabled="form.qszt!='0'" |
182 | :data="$store.state.tdytList" | 182 | :data="$store.state.fwytList" |
183 | :props="treeProps" | 183 | :props="treeProps" |
184 | :check-strictly="checkStrictly" | 184 | :check-strictly="checkStrictly" |
185 | :clearable="clearable" | 185 | :clearable="clearable" | ... | ... |
-
Please register or sign in to post a comment