Commit 5b9c03f6 by xue_wengang

有组织

parent 8ed5420c
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2998,7 +2998,7 @@ export default {
this.pageBs == "hmdrylist" ||
this.pageBs == "lkyj" ||
this.pageBs == "queryAjcc" ||
this.pageBs == "queryAjcc"
this.pageBs == "queryJqcc"
) {
currentUrl = `${url.alyIP2}${this.cxUrl}`;
} else if (
......
......@@ -18,6 +18,7 @@
<script>
import rightContent from "@c/ptCxForm_components.vue";
import { loginByZjhm } from "@/api/index";
export default {
name: "queryAjcc",
components: {
......@@ -30,18 +31,28 @@ export default {
cxFormData: {
limit: 10,
page: 1,
grade: '',
unitcode: '',
asjbh: '',
ajmc: '',
ajfl: ['05001000','03080700','06013900','04000900','06080100','06080200','06012400','06012300','05001100',],
larqStart: '',
larqEnd: '',
asjfsddXzqhmc: '',
jyaq: '',
asjfssjAsjfskssj: '',
asjfssjAsjfsjssj: '',
bzzt: '',
grade: "",
unitcode: "",
asjbh: "",
ajmc: "",
ajfl: [
"05001000",
"03080700",
"06013900",
"04000900",
"06080100",
"06080200",
"06012400",
"06012300",
"05001100",
],
larqStart: "",
larqEnd: "",
asjfsddXzqhmc: "",
jyaq: "",
asjfssjAsjfskssj: "",
asjfssjAsjfsjssj: "",
bzzt: "",
},
cxQueryField: [
{
......@@ -50,27 +61,27 @@ export default {
type: "select",
selectData: [
{
name: '省级',
value: 'S',
name: "省级",
value: "S",
},
{
name: '地市',
value: 'D',
name: "地市",
value: "D",
},
{
name: '县级',
value: 'X',
name: "县级",
value: "X",
},
{
name: '科所级',
value: 'K',
name: "科所级",
value: "K",
},
],
value: "",
placeholder: "",
col: "3",
},
{
name: "单位",
id: "unitcode",
......@@ -212,9 +223,21 @@ export default {
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.login();
// debugger;
},
methods: {
login() {
let zjhm;
try {
zjhm = JSON.parse(
window.sessionStorage.getItem("userInfo")
).identitycard;
} catch (e) {
this.$message.error("请重新登录");
}
loginByZjhm({ zjhm });
},
sprops(data) {
debugger;
let params = {
......
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