|
@@ -65,7 +65,7 @@
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
- <!--
|
|
|
|
|
|
+ <!--
|
|
<el-form-item label="复核日期">
|
|
<el-form-item label="复核日期">
|
|
<el-date-picker
|
|
<el-date-picker
|
|
v-model="value1"
|
|
v-model="value1"
|
|
@@ -338,7 +338,8 @@ import {
|
|
updateList,
|
|
updateList,
|
|
} from "@/api/talentManagement/category";
|
|
} from "@/api/talentManagement/category";
|
|
import { computed } from "vue";
|
|
import { computed } from "vue";
|
|
-
|
|
|
|
|
|
+import {useRouter} from "vue-router";
|
|
|
|
+const router = useRouter();
|
|
const { proxy } = getCurrentInstance();
|
|
const { proxy } = getCurrentInstance();
|
|
const {
|
|
const {
|
|
zhi_ka_type,
|
|
zhi_ka_type,
|
|
@@ -504,13 +505,25 @@ function handleSelectionChange(selection) {
|
|
multiple.value = !selection.length;
|
|
multiple.value = !selection.length;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// /** 新增按钮操作 */
|
|
|
|
+// function handleAdd() {
|
|
|
|
+// reset();
|
|
|
|
+// open.value = true;
|
|
|
|
+// title.value = "添加人才库列";
|
|
|
|
+// }
|
|
|
|
+
|
|
/** 新增按钮操作 */
|
|
/** 新增按钮操作 */
|
|
function handleAdd() {
|
|
function handleAdd() {
|
|
- reset();
|
|
|
|
- open.value = true;
|
|
|
|
- title.value = "添加人才库列";
|
|
|
|
|
|
+ router.push({
|
|
|
|
+ path: "/materialApplication/indexb",
|
|
|
|
+ query: {
|
|
|
|
+ methodType: "post",
|
|
|
|
+ },
|
|
|
|
+ });
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
/** 修改按钮操作 */
|
|
/** 修改按钮操作 */
|
|
function handleUpdate(row) {
|
|
function handleUpdate(row) {
|
|
reset();
|
|
reset();
|