|
@@ -208,6 +208,7 @@ export default {
|
|
|
// 表单参数
|
|
|
form: {
|
|
|
id:'',
|
|
|
+ deviceName:'',
|
|
|
hardwareNum:'',
|
|
|
subjectId:'',
|
|
|
deviceType:'7',
|
|
@@ -349,6 +350,7 @@ export default {
|
|
|
id: null,
|
|
|
name: null,
|
|
|
deviceType:'7',
|
|
|
+ deviceName:null,
|
|
|
hardwareNum: null,
|
|
|
subjectId: null,
|
|
|
ipAddress: null,
|
|
@@ -395,6 +397,7 @@ export default {
|
|
|
this.title = "修改识别器";
|
|
|
this.form.id=row.id
|
|
|
this.form.deviceType='7'
|
|
|
+ this.form.deviceName=row.deviceName
|
|
|
this.form.hardwareNum=row.hardwareNum
|
|
|
this.form.subjectId=row.subjectId
|
|
|
this.form.ipAddress=row.ipAddress
|