修改
This commit is contained in:
parent
fecae2fb7e
commit
d938ee8d0c
@ -721,7 +721,6 @@ export default {
|
|||||||
},
|
},
|
||||||
//所属护理项目页面
|
//所属护理项目页面
|
||||||
ParamsStationxm(item) {
|
ParamsStationxm(item) {
|
||||||
console.log(item);
|
|
||||||
if (this.nurseItemquery.nurseStationId) {
|
if (this.nurseItemquery.nurseStationId) {
|
||||||
this.nurseItemlistInfo();
|
this.nurseItemlistInfo();
|
||||||
this.homenumber = item;
|
this.homenumber = item;
|
||||||
@ -818,6 +817,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 表单重置
|
// 表单重置
|
||||||
reset() {
|
reset() {
|
||||||
|
this.nurseItemquery.nurseStationId = null;
|
||||||
this.form = {
|
this.form = {
|
||||||
posterPictureUrlLists: [
|
posterPictureUrlLists: [
|
||||||
{
|
{
|
||||||
@ -826,7 +826,7 @@ export default {
|
|||||||
idd: this.idd
|
idd: this.idd
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
moduleType:null,
|
moduleType: null,
|
||||||
id: null,
|
id: null,
|
||||||
poserName: null,
|
poserName: null,
|
||||||
posterPictureUrl: null,
|
posterPictureUrl: null,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user