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