Commit 9a19d354 authored by 仇晓婷's avatar 仇晓婷

资源管理

parent 221af4af
...@@ -126,7 +126,9 @@ export default { ...@@ -126,7 +126,9 @@ export default {
this.disabled = true; this.disabled = true;
Api.update({ Api.update({
equipCalendarWork: this.formItem1, equipCalendarWork: this.formItem1,
equipCalendarOverTime: this.formItem2 equipCalendarOverTime: this.formItem2,
isimportant: this.formItem.isimportant,
capabilityValue: this.formItem.capabilityValue
}) })
.then(r => { .then(r => {
this.disabled = false; this.disabled = false;
......
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