Commit 0c2008ed authored by renjintao's avatar renjintao

add

parent c1b779cc
......@@ -278,8 +278,8 @@ export default {
this.entity.equipTypeId = items.id;
},
resourceChange(v, items) {
this.entity.resourceId = items[1].value;
this.entity.resourceType =Number(items[0].value);
this.entity.resourceId = v[1];
this.entity.resourceType =v[0];
this.entity.resourceCode = items[1].__label;
}
},
......
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