浏览代码

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

YaolongHan 4 年之前
父节点
当前提交
d77f20c344
共有 1 个文件被更改,包括 2 次插入0 次删除
  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
                 if (this.tableData.length > 0) {
                     this.row = this.tableData[0]
+                    this.smsxt = this.row.system_code
                     this.$refs.wb1.startMethods()
                 }
                 this.total = res.data.count
@@ -178,6 +179,7 @@ export default {
             this.row = JSON.parse(row.row)
             this.assetnum = this.row.assetnum
             this.smsxt = this.row.system_code
+            console.log(this.smsxt)
             this.queryTableList()
         },
     },