|
@@ -102,8 +102,7 @@ export default {
|
|
|
clear () {
|
|
|
this.$refs.ruleForm.resetFields()
|
|
|
this.queryParam = {
|
|
|
- dirverUserId: undefined,
|
|
|
- remarks: ''
|
|
|
+ remark: ''
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -120,17 +119,10 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
},
|
|
|
- // cleanStationDeviceNo (newValue, oldValue) {
|
|
|
- // console.log(this.isShow, newValue)
|
|
|
- // if (this.isShow && newValue) {
|
|
|
- // // this.getDriverName(this.dirverUserId)
|
|
|
- // }
|
|
|
- // },
|
|
|
- dirverUserId (newValue, oldValue) {
|
|
|
- console.log(this.isShow, newValue)
|
|
|
- if (this.isShow && newValue) {
|
|
|
- this.getDriverName()
|
|
|
- }
|
|
|
+ cleanStationDeviceNo (newValue, oldValue) {
|
|
|
+ if (this.isShow && newValue) {
|
|
|
+ this.getDriverName()
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|