瀏覽代碼

设备点检优化

wyh 1 年之前
父節點
當前提交
700404a49e
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/views/module_cmms/spotcheck/modules/SpotcheckForm.vue

+ 5 - 1
src/views/module_cmms/spotcheck/modules/SpotcheckForm.vue

@@ -249,10 +249,14 @@
         // this.model = this.dataList
         // this.model.id = ""
       },
+      // 监听选择的设备
       handleChange(value){
         console.log(value)
         getAction(`/cmmsSpotcheck/cmmsSpotcheck/getInfoByEquipmentid/${value}`).then((res) => {
-          this.model = res.result
+          // this.model = res.result
+          this.model.contentname = res.result.contentname
+          this.model.spotcheckdate = res.result.spotcheckdate
+          this.model.cmmsSpotcheckTitemList = res.result.cmmsSpotcheckTitemList
           this.model.id = ""
         })
       },