This commit is contained in:
yanran200730
2022-10-26 10:09:24 +08:00
parent 6e5657e446
commit bdf6459fd6
3 changed files with 10 additions and 2 deletions

View File

@@ -62,7 +62,7 @@
@change="onChange"
placeholder="请选择模板">
</ai-select>
<!-- <el-button type="text" @click="toAddTemplate">新建模板</el-button> -->
<el-button type="text" @click="toAddTemplate">新建模板</el-button>
</div>
</el-form-item>
<el-form-item label="表单名称" style="width: 100%" prop="templateName" :rules="[{required: true, message: '请输入表单名称', trigger: 'blur'}]">
@@ -201,7 +201,7 @@
},
toAddTemplate () {
// this.$router.push({name: 'AppScoringTemplate'})
this.$router.push({name: '289e949df7914db282c24dabd55b8c4d', query: {isAdd: 1}})
},
getInfo () {