linwe
2024-07-29 6416b40cf242340eaa163c498bd49d8103e73610
src/views/backblask/BackblastPubRecord.vue
@@ -83,7 +83,7 @@
          height: "auto",
          calcHeight: 54,
          dialogWidth: 950,
          menuWidth: 100,
          menuWidth: 200,
          tip: false,
          searchShow: true,
          searchMenuSpan: 3,
@@ -91,13 +91,14 @@
          index: true,
          viewBtn: true,
          editBtn: false,
          delBtn: false,
          delBtn: true,
          addBtn: false,
          refreshBtn: false,
          searchShowBtn: false,
          columnBtn: false,
          dialogClickModal: false,
          column: [{
              searchLabelWidth: 60,
              label: "地址",
              prop: "address",
              minWidth: 100,
@@ -108,7 +109,7 @@
              row: true,
              span: 24,
            }, {
              label: "社区",
              label: "所属社区",
              prop: "communityName",
              align: 'center',
              labelWidth: 120,
@@ -211,15 +212,24 @@
            },
            {
              label: "所属街道",
              prop: "townName",
              align: 'center',
              parent: false,
              search: true,
              searchSpan: 4,
              searchLabelWidth: 96,
              labelWidth: 120,
              width: 156,
              searchPlaceholder: '请输入街道'
            }, {
              prop: "townName",
              type: "tree",
              dicUrl: "/api/blade-system/region/getTownTree",
              props: {
                label: "name",
                value: "name"
              },
              rules: [{
                required: true,
                message: "请选择所属街道",
                trigger: "blur",
              }, ],
            },
            {
              searchLabelWidth: 40,
              label: "宣防单位",
              prop: "deptName",
              align: 'center',
@@ -410,8 +420,7 @@
            type: "warning",
          })
          .then(() => {
            row.isDeleted = 1
            return removeTask(row)
            return remove(row.id)
          })
          .then(() => {
            this.onLoad(this.page)