Commit 289c369a authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 21f6b520 00ee80ab
......@@ -248,6 +248,8 @@ export default {
obj.deviceMac = `%${this.searchVal}%`;
} else if (this.type == 3) {
obj.ip = `%${this.searchVal}%`;
} else if (this.type == 4) {
obj.belong = `%${this.searchVal}%`;
}
let res = await getDeviceList(obj);
......
......@@ -136,9 +136,9 @@
></el-input-number> </el-form-item
></el-col>
<el-col :span="12"
><el-form-item label="所属机构" prop="institution">
><el-form-item label="所属机构" prop="belong">
<el-input
v-model="form.institution"
v-model="form.belong"
placeholder="请输入所属机构"
></el-input> </el-form-item
></el-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment