Commit 84da4618 authored by 李明环(东信)'s avatar 李明环(东信)
parents a3daf45b 86403e5d
......@@ -10,7 +10,7 @@ export function createApp() {
const app = createSSRApp(App);
app.config.globalProperties.$formatTimestamp = formatTimestamp;
app.component("NavBar", NavBar);
const vConsole = new Vconsole();
// const vConsole = new Vconsole();
app.use(store);
// app.use(Button);
// app.use(vConsole);
......
......@@ -334,7 +334,7 @@ const jobForm = ref([
jobTypeId: null,
jobTypePid: "",
jobTypeName: "",
postitDesc: "",
positionDesc: "",
negotiableSalary: 0,
settlementType: 4,
minSalary: null,
......@@ -753,7 +753,7 @@ function addPost() {
jobTypeId: null,
jobTypePid: "",
jobTypeName: "",
postitDesc: "",
positionDesc: "",
negotiableSalary: 0,
settlementType: 4,
minSalary: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment