commit
ae982051aa
@ -145,8 +145,7 @@ export default {
|
||||
this.updateStateData({ recipesData: [] });
|
||||
},
|
||||
handleOnTemplateClick() {
|
||||
// this.$refs.templateRef.showDialog();
|
||||
console.log(this.$route.query);
|
||||
this.$refs.templateRef.showDialog();
|
||||
},
|
||||
handleOnCopy(form) {
|
||||
this.loading = true;
|
||||
|
@ -11,7 +11,7 @@
|
||||
<el-input
|
||||
v-model="queryParams.name"
|
||||
placeholder="请输入模板名称或备注"
|
||||
@keydown.enter.native="handleQuery"
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="营养师" prop="nutritionistId">
|
||||
|
@ -10,7 +10,7 @@
|
||||
<el-input
|
||||
v-model="queryParams.name"
|
||||
placeholder="请输入模板名称或备注"
|
||||
@keydown.enter.native="handleQuery"
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item label="营养师" prop="nutritionistId">
|
||||
|
Loading…
x
Reference in New Issue
Block a user