11
WXL
2024-01-24 1869f4d8956d69bf63130d5d485ce1a9d5acdcef
src/views/project/fundcheck/expertFeeCheck/index.vue
@@ -456,6 +456,8 @@
import Li_area_select from "@/components/Address";
import OrgSelecter from "@/views/project/components/orgselect";
import { setItem, grtItem, removeItem } from "@/utils/storage.js";
import { getToken } from "@/utils/auth";
export default {
  components: {
@@ -639,7 +641,10 @@
      approveLevel: 5,
      show: 0,
      fundtypeArrAll: [],
      dialogType: "show"
      dialogType: "show",
      headers: {
        Authorization: "Bearer " + getToken()
      },
    };
  },
  watch: {},