industry list fixed
This commit is contained in:
@ -303,6 +303,7 @@
|
||||
<el-form-item label="详细地址:" prop="address">
|
||||
<el-input v-model="form.address" placeholder="请输入详细地址" />
|
||||
</el-form-item>
|
||||
<!-- <FieldOptions v-model="form" /> -->
|
||||
<!-- <el-form-item label="活动分类:" required>
|
||||
<el-row type="flex" justify="space-between">
|
||||
<el-col :span="8">
|
||||
@ -424,11 +425,12 @@ import {
|
||||
cityList,
|
||||
districtList,
|
||||
} from "@/api/config";
|
||||
import { cloneDeep } from "lodash";
|
||||
// import { cloneDeep } from "lodash";
|
||||
import { reactive, toRefs } from "vue";
|
||||
// import { constants } from "buffer";
|
||||
import { ElMessage, ElMessageBox } from "element-plus";
|
||||
import WangEditor from "../../../../components/WangEditor/index.vue";
|
||||
import WangEditor from "@/components/WangEditor/index.vue";
|
||||
// import FieldOptions from "@/views/components/FieldOptions";
|
||||
const dataList = ref([]);
|
||||
const loading = ref(true);
|
||||
const total = ref(0);
|
||||
|
Reference in New Issue
Block a user