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