|
@@ -650,6 +650,10 @@ export default {
|
|
|
if (mainstrem_) {
|
|
|
const newdatas = [];
|
|
|
datas.push(newdata_);
|
|
|
+ const sharestrem_ = _.find(this.stremlist, { type: 'share' });
|
|
|
+ if (sharestrem_) {
|
|
|
+ datas.push(sharestrem_);
|
|
|
+ }
|
|
|
this.$set(this, `stremlist`, newdatas);
|
|
|
} else {
|
|
|
this.stremlist.push(newdata_);
|