|
|
@ -458,7 +458,7 @@ export default {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.moduleFormVisible = true;
|
|
|
|
this.moduleFormVisible = true;
|
|
|
|
this.selectTemplateQuery = {
|
|
|
|
this.selectTemplateQuery = {
|
|
|
|
module: row.templateType,
|
|
|
|
module: 2,
|
|
|
|
name: "",
|
|
|
|
name: "",
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
limit: 20
|
|
|
|
limit: 20
|
|
|
@ -473,7 +473,7 @@ export default {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.moduleFormVisible = true;
|
|
|
|
this.moduleFormVisible = true;
|
|
|
|
this.selectTemplateQuery = {
|
|
|
|
this.selectTemplateQuery = {
|
|
|
|
module: row.templateType,
|
|
|
|
module: 2,
|
|
|
|
busRlId: row.id,
|
|
|
|
busRlId: row.id,
|
|
|
|
type: 1,
|
|
|
|
type: 1,
|
|
|
|
name: "",
|
|
|
|
name: "",
|
|
|
|