Browse Source

deploy

master
Soleilw 1 year ago
parent
commit
d38b6579af
3 changed files with 136 additions and 136 deletions
  1. 134
    134
      dist/assets/index-Dtax0FNS.js
  2. 1
    1
      dist/index.html
  3. 1
    1
      src/views/company/list/bind/index.vue

dist/assets/index-Dtax0FNS.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/index.html View File

@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>菊城人才市场后台管理</title>
<script type="module" crossorigin src="/assets/index-ZgclrScg.js"></script>
<script type="module" crossorigin src="/assets/index-Dtax0FNS.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DSahY579.css">
</head>
<body>

+ 1
- 1
src/views/company/list/bind/index.vue View File

@@ -31,7 +31,7 @@
let bind_record = ref<Object>({});
watch(() => props.bind_record, (newVal1) => {
bind_record.value = newVal1;
// commomParams.value.search.id = newVal1.id;
commomParams.value.search.id = newVal1.id;
getData()
})


Loading…
Cancel
Save