Commit 32eb6c93 by gao_yingdong

跳人员档案

parent ce3c5292
......@@ -497,7 +497,7 @@ import axios from "@/utils/axiosHttp.js";
import url from "@/api/base";
import request from "@/api/interface/dictionaryCode.js";
import "@/assets/js/iconfont.js";
import { stringify } from 'qs';
import { stringify } from "qs";
export default {
name: "tableList",
......@@ -617,15 +617,15 @@ export default {
);
} else if (listWord.length > 0) {
listWord.forEach((item, index) => {
let zzStr = new RegExp(item,"g")
val = val.replace(zzStr, '<font color="#409EFF">' + item + "</font>")
let zzStr = new RegExp(item, "g");
val = val.replace(zzStr, '<font color="#409EFF">' + item + "</font>");
});
let arrStr = valString.toString()
let arrStr = valString.toString();
// let newStr = ''
// for (let i = 0; i < arrStr.length; i++) {
// if (newStr.indexOf(arrStr[i]) == -1) {
// newStr += arrStr[i]
//
//
// }
return val;
} else {
......@@ -653,6 +653,12 @@ export default {
// });
let path = `http://74.6.54.169:8003/queryAjdaxxs?asjbh=${val}`;
window.open(path, "_blank");
} else if (id == "ryda") {
let routeData = this.$router.resolve({
path: "/rydaIndex/ryGl",
query: { zjhm: val },
});
window.open(routeData.href, "_blank");
} else {
axios({
url: url.cadaURL + "/encodeByWaRyda",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment