Commit 31c166a5 authored by renjintao's avatar renjintao

edit

parent f037eae9
......@@ -144,6 +144,7 @@ export default {
load(v) {
Api.get({ id: v }).then(r => {
this.entity = r.result;
this.entity.materialType=Number(r.result.materialType)
});
},
handleSubmit() {
......
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