Merge branch 'feature-analysis-RLR-renpy' of http://git.hivekion.com:3000/xiaoguangbin/AnalysisSystemForRadionuclide_vue into master-dev

This commit is contained in:
orgin 2023-11-08 16:37:28 +08:00
commit 693d7bf839
4 changed files with 3 additions and 1 deletions

View File

@ -1349,7 +1349,6 @@ export default {
this.resetChartOpts()
})
this.BaseCtrls = cloneDeep(this.baseCtrls_Copy)
this.replotNeeded = false
} else {
this.$message.error(message)

View File

@ -324,6 +324,7 @@ export default {
data: scatterPoint.pointlist.map(({ x, y }) => {
return {
value: [x, y],
symbolSize: 5,
itemStyle: {
color: scatterPoint.color,
borderWidth: 0,

View File

@ -286,6 +286,7 @@ export default {
data: scatterPoint.pointlist.map(({ x, y }) => {
return {
value: [x, y],
symbolSize: 5,
itemStyle: {
color: scatterPoint.color,
borderWidth: 0,

View File

@ -285,6 +285,7 @@ export default {
data: scatterPoint.pointlist.map(({ x, y }) => {
return {
value: [x, y],
symbolSize: 5,
itemStyle: {
color: scatterPoint.color,
borderWidth: 0,