岗位管理页面功能

This commit is contained in:
dengxin
2024-02-06 15:08:37 +08:00
parent b62b7a9739
commit 6d6875a63c
15 changed files with 718 additions and 301 deletions

View File

@@ -115,7 +115,7 @@
</template>
<script>
import { getList, detail, getWagePerson } from "@/api/tenant/mission";
import { getList, detail, getWagePerson } from "@/api/tenant/postzp";
import CopyMission from "../Dialog/CopyMission";
import Appraise from "../Dialog/Appraise";
import Employ from "../Dialog/Employ";
@@ -270,7 +270,7 @@ export default {
},
/*查看*/
rowView (row) {
detail(row.missionNo).then((res) => {
detail(row.id).then((res) => {
this.viewDrawer = true;
this.view = res;
});