|
|
|
@ -455,6 +455,13 @@ export default {
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.form.pid = 0;
|
|
|
|
this.form.pid = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(row&&row.id!==0){
|
|
|
|
|
|
|
|
getCatalogNumber(row.id).then(response => {
|
|
|
|
|
|
|
|
this.form.orderNum = response.orderNum;
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
this.open = true;
|
|
|
|
this.open = true;
|
|
|
|
this.title = "添加目录";
|
|
|
|
this.title = "添加目录";
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|