|
@@ -61,7 +61,7 @@ import api from '@api/preTreat.js';
|
|
|
|
|
|
export default {
|
|
|
name: "QuestionTagGroup",
|
|
|
- props: ['ascription','sexType','options','type','qaType'],
|
|
|
+ props: ['ascription','sexType','options','type','qaType','relationId'],
|
|
|
data() {
|
|
|
return {
|
|
|
leftTagsList: [],
|
|
@@ -101,7 +101,10 @@ export default {
|
|
|
},
|
|
|
type(newVal, preVal){
|
|
|
this.ifReflashTagList(newVal, preVal);
|
|
|
- }
|
|
|
+ },
|
|
|
+ relationId(newVal, preVal){
|
|
|
+ this.ifReflashTagList(newVal, preVal);
|
|
|
+ },
|
|
|
},
|
|
|
methods: {
|
|
|
handleExclu(){
|