|
@@ -145,9 +145,9 @@
|
|
|
this.$refs.uForm.validate(valid => {
|
|
|
if (valid) {
|
|
|
if (!this.form.storeName) {
|
|
|
- this.toashMsg('请选择门店!')
|
|
|
+ return this.toashMsg('请选择门店!')
|
|
|
} else if (!this.form.effectiveEndTime) {
|
|
|
- this.toashMsg('请选择整改到期日!')
|
|
|
+ return this.toashMsg('请选择整改到期日!')
|
|
|
}
|
|
|
const copyUserList = []
|
|
|
this.userSelected.map(item =>{
|
|
@@ -157,7 +157,6 @@
|
|
|
}
|
|
|
copyUserList.push(p)
|
|
|
})
|
|
|
- console.log(params,'ppppppppp')
|
|
|
let params = {
|
|
|
"copyUserList": copyUserList,
|
|
|
"backlogPhotoList":[
|