任务细分
This commit is contained in:
parent
262307ad23
commit
69514f75e6
@ -502,6 +502,9 @@ export default {
|
|||||||
const id = row.id || this.ids
|
const id = row.id || this.ids
|
||||||
getPartition(id).then(response => {
|
getPartition(id).then(response => {
|
||||||
this.form = response.data;
|
this.form = response.data;
|
||||||
|
if(!this.form.taskPartitionSort){
|
||||||
|
this.form.taskPartitionSort=undefined
|
||||||
|
}
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.title = "修改任务细分字典";
|
this.title = "修改任务细分字典";
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user