将WaterFlowSource.ets页面的 let r = this.mSections.update(index, update)改为let r = this.mSections.splice(index, 1, [update]),可以解决问题
将WaterFlowSource.ets页面的 let r = this.mSections.update(index, update)改为let r = this.mSections.splice(index, 1, [update]),可以解决问题