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
|
||||
tableHead.value = head
|
||||
tableSource.value = getTableData(head, option)
|
||||
getChartData(option, head)
|
||||
// getChartData(option, head)
|
||||
getChartData(option)
|
||||
},
|
||||
{
|
||||
immediate: true,
|
||||
|
||||
@@ -278,7 +278,8 @@ export default {
|
||||
}
|
||||
// copyConfig.value.config[field] = e.target.value;
|
||||
if (copyConfig.value.config[field] === props.config.config[field]) return;
|
||||
updateConfig(copyConfig.value);
|
||||
// updateConfig(copyConfig.value);
|
||||
updateConfig();
|
||||
};
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user