Update add.js

This commit is contained in:
姜棚 2021-12-02 19:36:16 +08:00
parent 55b2cda665
commit 9649c61083
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ import FormItem from "../../../components/form-item/main"
import {Select,Button,ImageUpload ,onUpload,Sweetalert,RadioButton,RadioGroup,Notify} from "zent" import {Select,Button,ImageUpload ,onUpload,Sweetalert,RadioButton,RadioGroup,Notify} from "zent"
import Bus from "../../../assets/eventBus.js" import Bus from "../../../assets/eventBus.js"
import {getProductInfoSelect,handelResponse,uploadImg} from "../../../assets/api.js" import {getProductInfoSelect,handelResponse,uploadImg} from "../../../assets/api.js"
import { FixedSizeList } from 'react-window';
import _ from "lodash"; import _ from "lodash";