industry list fixed

This commit is contained in:
cxc
2022-07-27 17:21:23 +08:00
parent 181a643b93
commit a0e2102f51
3 changed files with 148 additions and 2 deletions

View File

@ -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);