任务细分

This commit is contained in:
shidongli 2024-07-12 11:14:27 +08:00
parent 262307ad23
commit 69514f75e6

View File

@ -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 = "修改任务细分字典";
}); });