|
@@ -1730,6 +1730,7 @@
|
|
|
this.form.qualityTimeEnd = this.getNowTime();
|
|
this.form.qualityTimeEnd = this.getNowTime();
|
|
|
this.form.qualityTimeStart = this.qualityTimeStart;
|
|
this.form.qualityTimeStart = this.qualityTimeStart;
|
|
|
this.form.qualityId = this.form.qualityIdList.join(',');
|
|
this.form.qualityId = this.form.qualityIdList.join(',');
|
|
|
|
|
+ this.form.executeUserIdList=this.form.executeUserIdList||[]
|
|
|
if (
|
|
if (
|
|
|
!this.form.executeUserIdList.find(
|
|
!this.form.executeUserIdList.find(
|
|
|
(item) => item == this.$store.state.user.info.userId
|
|
(item) => item == this.$store.state.user.info.userId
|