Administrator
2021-12-22 4606780e0a9da6512516dc2025b06783e2f027bc
src/views/dispatch/dispatch.vue
@@ -244,7 +244,7 @@
            label: "派遣单位类型",
            prop: "district",
            type: "select",
            search: true,
            search: false,
            dicUrl: "/api/blade-system/dict-biz/dictionary?code=dispatcherUnitType",
            props: {
              label: "dictValue",
@@ -731,6 +731,9 @@
          if (this.data[k].num == -1) {
            this.data[k].num = null;
          }
          if (this.data[k].district == -1) {
            this.data[k].district = null;
          }
        }
        window.localStorage.setItem("paqiandataS", JSON.stringify(this.data));
        this.loading = false;