Merge branch 'uat' of https://e.coding.yili.com/yldc/ylst/ylst-survey-web into uat
This commit is contained in:
@@ -78,7 +78,8 @@ export default defineComponent({
|
|||||||
const { option, head } = source
|
const { option, head } = source
|
||||||
tableHead.value = head
|
tableHead.value = head
|
||||||
tableSource.value = getTableData(head, option)
|
tableSource.value = getTableData(head, option)
|
||||||
getChartData(option, head)
|
// getChartData(option, head)
|
||||||
|
getChartData(option)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
immediate: true,
|
immediate: true,
|
||||||
|
|||||||
@@ -278,7 +278,8 @@ export default {
|
|||||||
}
|
}
|
||||||
// copyConfig.value.config[field] = e.target.value;
|
// copyConfig.value.config[field] = e.target.value;
|
||||||
if (copyConfig.value.config[field] === props.config.config[field]) return;
|
if (copyConfig.value.config[field] === props.config.config[field]) return;
|
||||||
updateConfig(copyConfig.value);
|
// updateConfig(copyConfig.value);
|
||||||
|
updateConfig();
|
||||||
};
|
};
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user