Commit 65cc094b by liyuhang19990520

修改

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