Explorar o código

Merge branch 'develop' of http://39.106.8.246:3003/web/wanda-bm-guide into develop

YaolongHan %!s(int64=4) %!d(string=hai) anos
pai
achega
d77f20c344
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/views/equipment/table/equipDetail.vue

+ 2 - 0
src/views/equipment/table/equipDetail.vue

@@ -167,6 +167,7 @@ export default {
                 this.tableData = res.data.data
                 this.tableData = res.data.data
                 if (this.tableData.length > 0) {
                 if (this.tableData.length > 0) {
                     this.row = this.tableData[0]
                     this.row = this.tableData[0]
+                    this.smsxt = this.row.system_code
                     this.$refs.wb1.startMethods()
                     this.$refs.wb1.startMethods()
                 }
                 }
                 this.total = res.data.count
                 this.total = res.data.count
@@ -178,6 +179,7 @@ export default {
             this.row = JSON.parse(row.row)
             this.row = JSON.parse(row.row)
             this.assetnum = this.row.assetnum
             this.assetnum = this.row.assetnum
             this.smsxt = this.row.system_code
             this.smsxt = this.row.system_code
+            console.log(this.smsxt)
             this.queryTableList()
             this.queryTableList()
         },
         },
     },
     },