zhongrj
2024-01-20 7777a40af5210dce0abe07360a48042b1bc8d264
场所维护调整
3 files modified
20 ■■■■■ changed files
src/views/place/components/baseAllInfo.vue 12 ●●●●● patch | view | raw | blame | history
src/views/place/index.vue 6 ●●●● patch | view | raw | blame | history
vue.config.js 2 ●●● patch | view | raw | blame | history
src/views/place/components/baseAllInfo.vue
@@ -147,7 +147,7 @@
                            label: "name",
                            value: "id",
                        },
                        cascader: ["gridId"],
                        cascader: ["gridCode"],
                        rules: [
                            {
                                required: true,
@@ -159,14 +159,14 @@
                    {
                        hide: true,
                        label: "所属网格",
                        prop: "gridId",
                        prop: "gridCode",
                        type: "tree",
                        cell: true,
                        props: {
                            label: "gridName",
                            value: "id",
                            value: "gridCode",
                        },
                        dataType: 'string',
                        // dataType: 'string',
                        dicUrl:
                            "/api/blade-grid/grid/getGridList?communityCode={{neiCode}}",
                        rules: [
@@ -514,7 +514,6 @@
        },
        holdOnLoad (holdPage, params = {}) {
            console.log(98098599)
            if (!this.curRow.id) return
@@ -569,9 +568,6 @@
            if (this.form.smallLabel != '') {
                label = label + ',' + this.form.smallLabel
            }
            console.log(this.form, this.placeForm, 5555)
            delete this.form.smallLabel
src/views/place/index.vue
@@ -227,7 +227,7 @@
                            label: "name",
                            value: "id",
                        },
                        cascader: ["gridId"],
                        cascader: ["gridCode"],
                        rules: [
                            {
                                required: true,
@@ -256,12 +256,12 @@
                    {
                        hide: true,
                        label: "所属网格",
                        prop: "gridId",
                        prop: "gridCode",
                        type: "tree",
                        cell: true,
                        props: {
                            label: "gridName",
                            value: "id",
                            value: "gridCode",
                        },
                        dicUrl:
                            "/api/blade-grid/grid/getGridList?communityCode={{neiCode}}",
vue.config.js
@@ -30,7 +30,7 @@
        //本地服务接口地址
        // target: "https://srgdjczzxtpt.com:2080/api",
        // target: "http://z4042833u6.wicp.vip",
        // target: "http://localhost:9528",
        target: "http://localhost:9528",
        // target:"http://192.168.0.109:9528",
        //远程演示服务地址,可用于直接启动项目
        //target: 'https://saber.bladex.cn/api',