|
@@ -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()
|
|
|
},
|
|
|
},
|