|
|
|
@ -277,6 +277,8 @@ export default { |
|
|
|
// 任务父类 |
|
|
|
// 任务父类 |
|
|
|
taskParentChange(id) { |
|
|
|
taskParentChange(id) { |
|
|
|
getTaskTypeData({ parentId: id }).then((res) => { |
|
|
|
getTaskTypeData({ parentId: id }).then((res) => { |
|
|
|
|
|
|
|
this.form.renwuzhonglei = "" |
|
|
|
|
|
|
|
this.form.renwudengji = "" |
|
|
|
const renwuzhonglei = this.findObject( |
|
|
|
const renwuzhonglei = this.findObject( |
|
|
|
this.option.column, |
|
|
|
this.option.column, |
|
|
|
"renwuzhonglei" |
|
|
|
"renwuzhonglei" |
|
|
|
@ -289,6 +291,7 @@ export default { |
|
|
|
return i.id === id; |
|
|
|
return i.id === id; |
|
|
|
}); |
|
|
|
}); |
|
|
|
getModuleAndDataTable({ id: obj.id, type: obj.type }).then((res) => { |
|
|
|
getModuleAndDataTable({ id: obj.id, type: obj.type }).then((res) => { |
|
|
|
|
|
|
|
this.form.xitongmokuaishujubiao = "" |
|
|
|
const xitongmokuaishujubiao = this.findObject( |
|
|
|
const xitongmokuaishujubiao = this.findObject( |
|
|
|
this.option.column, |
|
|
|
this.option.column, |
|
|
|
"xitongmokuaishujubiao" |
|
|
|
"xitongmokuaishujubiao" |
|
|
|
|