bug
This commit is contained in:
@@ -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 () {
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
<el-input
|
||||
v-model="search1.name"
|
||||
size="small"
|
||||
key="currindex1"
|
||||
placeholder="请输入参评人、评分人姓名"
|
||||
clearable
|
||||
v-throttle="() => {search1.current = 1, getList1()}"
|
||||
@@ -109,6 +110,7 @@
|
||||
<el-input
|
||||
v-model="search2.name"
|
||||
size="small"
|
||||
key="currindex2"
|
||||
placeholder="请输入参评人姓名"
|
||||
clearable
|
||||
v-throttle="() => {search2.current = 1, getList2()}"
|
||||
|
||||
Reference in New Issue
Block a user