岗位管理页面功能

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

@@ -149,7 +149,7 @@
</template>
<script>
import { add, detail, update, tradeListAdd, workListAdd,getLastTaskInfo,getMounthDays} from "@/api/tenant/mission";
import { add, detail, update, tradeListAdd, workListAdd,getLastTaskInfo,getMounthDays} from "@/api/tenant/postzp";
import { getTrade, getWork, getSkillList} from "@/api/tenant/common";
import SkillSelect from "../Dialog/Skill";
import SelectMap from "@/components/map/selectLocation";
@@ -1230,7 +1230,7 @@ export default {
}
} else if (type === "edit") {
this.title = "编辑岗位";
detail(row.missionNo).then((res) => {
detail(row.id).then((res) => {
this.obj = res;
this.drawer = true;
let tradeIdState = this.tradeIdAttr.indexOf(this.obj.tradeId);