linwe
2024-07-16 938afd671ee3ba97ec827b59040d1543d915abc2
src/views/backblask/BackblastWarnHanRec.vue
@@ -163,16 +163,37 @@
              labelWidth: 120,
              width: 156,
              searchPlaceholder: '请输入地区'
            }, {
            },
            // {
            //   label: "辖区派出所",
            //   prop: "pcsName",
            //   align: 'center',
            //   search: true,
            //   searchSpan: 4,
            //   labelWidth: 120,
            //   searchLabelWidth: 96,
            //   searchPlaceholder: '请输入辖区派出所'
            // },
            {
              searchLabelWidth: 90,
              label: "辖区派出所",
              prop: "pcsName",
              align: 'center',
              search: true,
              searchSpan: 4,
              labelWidth: 120,
              searchLabelWidth: 96,
              searchPlaceholder: '请输入辖区派出所'
            }, {
              // parent: false,
              prop: "pcsName",
              type: "tree",
              dicUrl: "/api/blade-system/dept/treeByDept?deptId=1727974759086493697",
              props: {
                label: "title",
                value: "title"
              },
              rules: [{
                required: true,
                message: "请选择辖区派出所",
                trigger: "blur",
              }, ],
            },
            {
              label: "宣防单位",
              prop: "deptName",
              align: 'center',