zhangdan 4 tahun lalu
induk
melakukan
39a1834081
1 mengubah file dengan 5 tambahan dan 13 penghapusan
  1. 5 13
      src/views/cleanManage/cleanModal.vue

+ 5 - 13
src/views/cleanManage/cleanModal.vue

@@ -102,8 +102,7 @@ export default {
     clear () {
     clear () {
       this.$refs.ruleForm.resetFields()
       this.$refs.ruleForm.resetFields()
       this.queryParam = {
       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()
+      }
     }
     }
   }
   }
 }
 }