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