修改
This commit is contained in:
parent
19d61ee266
commit
c615a96e2f
@ -9,7 +9,7 @@
|
|||||||
<view class="inputs">
|
<view class="inputs">
|
||||||
<view class="inputitem">
|
<view class="inputitem">
|
||||||
<i class="icon"></i>
|
<i class="icon"></i>
|
||||||
<input type="text" name="" id="" class="input" placeholder="搜索" v-model="formdata.name">
|
<input type="text" name="" id="" class="input" placeholder="搜索" v-model="formdata.patientName">
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -80,6 +80,7 @@
|
|||||||
optionindex: 0,
|
optionindex: 0,
|
||||||
optionname: '全部',
|
optionname: '全部',
|
||||||
formdata: {
|
formdata: {
|
||||||
|
patientName: '',
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 1000,
|
pageSize: 1000,
|
||||||
doctorId: uni.getStorageSync("id"),
|
doctorId: uni.getStorageSync("id"),
|
||||||
@ -93,7 +94,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
"formdata.name": {
|
"formdata.patientName": {
|
||||||
handler(newvalue, oldvalue) {
|
handler(newvalue, oldvalue) {
|
||||||
if (this.status == 1) {
|
if (this.status == 1) {
|
||||||
this.info()
|
this.info()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user