Commit 65cc094b by liyuhang19990520

修改

parent 47b8078e
/*
* @Author: your name
* @Date: 2021-09-01 18:00:14
* @LastEditTime: 2021-09-07 10:31:39
* @LastEditTime: 2021-09-07 11:37:01
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\modules\zdxx.js
......@@ -20,6 +20,7 @@ const menuLayouts = [
path: "/adjustZdxxgl",
name: "adjustZdxxgl",
meta: {
isAdd: true,
title: '阵地信息管理'
},
component: () => import("@/views/zdxx/zdxxgl/adjustZdxxgl.vue")
......
......@@ -236,11 +236,13 @@ export default {
name: "出生日期:",
id: "csrq",
type: "dates",
disabled: false,
prop: "checkEmpty",
value: "",
placeholder: "请输入",
col: "2",
},
]
],
},
],
formLabelAlign: {},
......@@ -328,8 +330,8 @@ export default {
},
getshuju() {
var self = this;
let params = new FormData()
params.append('xxzjbh',this.id)
let params = new FormData();
params.append("xxzjbh", this.id);
infoZdjyhd(params).then((res) => {
var result = res.data.rows.jyhd;
self.propFormField.forEach((fieldItem) => {
......@@ -350,7 +352,6 @@ export default {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
......
......@@ -322,18 +322,18 @@ export default {
xxzjbh: "",
Menu: [
{
name: "阵地交易活动信息",
to: "/queryZdjyhd",
name: "阵地信息列表",
to: "/queryZdxx",
isActive: false,
},
{
name: "阵地交易活动信息",
to: "/queryZdjyhd",
name: "阵地信息列表",
to: "/queryZdxx",
isActive: false,
},
{
name: "管理阵地交易活动",
to: "/addZdjyhd",
name: "管理阵地信息",
to: "/adjustZdxxgl",
isActive: true,
},
],
......@@ -360,7 +360,7 @@ export default {
confirmButtonText: "确定",
type: "success",
callback: () => {
this.$router.push("/queryZdxxgl");
this.$router.push("/queryZdxx");
loading.close();
},
});
......@@ -377,7 +377,7 @@ export default {
confirmButtonText: "确定",
type: "success",
callback: () => {
this.$router.push("/queryZdxxgl");
this.$router.push("/queryZdxx");
loading.close();
},
});
......
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