优化代码

This commit is contained in:
huangdeliang
2021-01-28 19:38:51 +08:00
parent 73b36a1a8b
commit e1d9d96244
13 changed files with 404 additions and 998 deletions

View File

@ -227,8 +227,8 @@
<script>
import {exportRecipesPlan, getRecipesPlan, listRecipesPlan, updateRecipesPlan} from "@/api/custom/recipesPlan";
import {getOptions} from "@/api/custom/order";
import OrderDialog from './orderDialog';
import BodySignDialog from './bodySignDialog';
import OrderDetail from '@/components/OrderDetail';
import BodySignDetail from '@/components/BodySignDetail';
import dayjs from 'dayjs';
import store from "@/store";
@ -295,8 +295,8 @@
},
components: {
"order-dialog": OrderDialog,
"body_sign_dialog": BodySignDialog
"order-dialog": OrderDetail,
"body_sign_dialog": BodySignDetail
},
created() {
getOptions().then(response => {