修改 新增—条库存中没有的设备,点击保存仍能成功添加维保记录

prod
wangwei 2 years ago
parent c29514441d
commit e79e2dd130

@ -211,6 +211,10 @@ export default {
},
methods: {
deptChange() {
if(this.inspectOrder.id == null){
this.inspectOrder.deviceName=null;
this.inspectOrder.code=null;
}
this.inspectOrder.invCode = null;
this.invList = [];
this.getInvList();

Loading…
Cancel
Save