| src/api/site/index.js | ●●●●● patch | view | raw | blame | history | |
| src/views/site/index.vue | ●●●●● patch | view | raw | blame | history |
src/api/site/index.js
@@ -2,7 +2,7 @@ * @Author: shuishen 1109946754@qq.com * @Date: 2022-11-15 15:10:41 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2024-02-05 19:14:48 * @LastEditTime: 2024-02-06 19:06:30 * @FilePath: \srs-police-affairs\src\api\site\index.js * @Description: * @@ -18,7 +18,7 @@ */ export const getNineTypeTree = () => { return request({ url: "/api/blade-system/dict-biz/dictionary?code=nineType", url: "/api/blade-system/dict-biz/tree?code=nineType", method: "get", }); }; src/views/site/index.vue
@@ -2,7 +2,7 @@ * @Author: shuishen 1109946754@qq.com * @Date: 2022-08-18 16:18:17 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2024-02-06 11:34:09 * @LastEditTime: 2024-02-06 19:12:44 * @FilePath: \srs-police-affairs\src\views\site\index.vue * @Description: 辖区管理 * @@ -19,8 +19,8 @@ <el-select clearable style="flex: 1;" size="small" v-model="typeValue" @change="typeChange" placeholder="请选择场所类型"> <el-option v-for="item in typeOptions" :key="item.dictKey" :label="item.dictValue" :value="item.dictKey"></el-option> <el-option v-for="item in typeOptions" :key="item.key" :label="item.title" :value="item.key"></el-option> </el-select> </div>