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