Authored by TaoHuang

add field

... ... @@ -40,15 +40,10 @@
import dayjs from 'dayjs';
import Api from '@/api/api';
import qs from 'qs';
import ISelect from "../../../node_modules/iview/src/components/select/select";
import IOption from "../../../node_modules/iview/src/components/select/option";
const api = new Api();
export default {
components: {
IOption,
ISelect},
name: 'SendRecordPage',
data() {
return {
... ...