岗位管理页面功能
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user