修改
This commit is contained in:
parent
18167226a3
commit
2a77ec6bc8
@ -817,8 +817,8 @@ export default {
|
||||
// 存贮新上传的图片数组
|
||||
this.deletNewImgs.push(imgUrlData.posterPictureUrl)
|
||||
console.log(this.deletNewImgs,'触发了上传时间')
|
||||
// this.objitem.push(imgUrlData.posterPictureUrl)
|
||||
// console.log(this.objitem)
|
||||
this.objitem.push(imgUrlData.posterPictureUrl)
|
||||
console.log(this.objitem)
|
||||
},
|
||||
imgUrl2(imgUrl) {
|
||||
this.videoForm.showVideoPath = baseurl + imgUrl;
|
||||
@ -847,7 +847,7 @@ export default {
|
||||
this.open = false;
|
||||
});
|
||||
}
|
||||
|
||||
this.deletNewImgs=[],
|
||||
|
||||
this.nurseItemquery.nurseStationId = null;
|
||||
this.imgs = { pictureUrlList: [] };
|
||||
|
||||
@ -1122,14 +1122,14 @@ export default {
|
||||
this.getList();
|
||||
});
|
||||
} else {
|
||||
if( this.form.nurseStationItem.appointmentLimitCount=""){
|
||||
this.form.nurseStationItem.appointmentLimitCount=null
|
||||
}else{
|
||||
this.form.nurseStationItem.appointmentLimitCount=parseInt(this.form.nurseStationItem.appointmentLimitCount)
|
||||
}
|
||||
this.form.nurseStationItemPrices.forEach(e => {
|
||||
e.price = Number(e.price);
|
||||
});
|
||||
if( this.form.nurseStationItem.appointmentLimitCount=""){
|
||||
this.form.nurseStationItem.appointmentLimitCount=null
|
||||
}else{
|
||||
this.form.nurseStationItem.appointmentLimitCount = parseInt(this.form.nurseStationItem.appointmentLimitCount)
|
||||
}
|
||||
|
||||
addNurseItem(this.form).then(response => {
|
||||
this.$modal.msgSuccess("新增成功");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user