Commit e7ab4de4 by huangdang

Merge branch 'dev_maxt' of http://39.99.224.27:9022/changchao/founder_vue into dev_maxt

parents 2b9b5c28 59134517
...@@ -2220,6 +2220,10 @@ export default { ...@@ -2220,6 +2220,10 @@ export default {
"07": "协破认定申请提请审批", "07": "协破认定申请提请审批",
"08": "协破认定申请申请方审批", "08": "协破认定申请申请方审批",
"09": "协破认定申请部级审批", "09": "协破认定申请部级审批",
"09": "协破认定申请部级审批",
"10": "隐案认定申请提请审批",
"11": "隐案认定申请申请方审批",
"12": "隐案认定申请部级审批",
}; };
self.laspxqtableData2.forEach((shenPiPrograssItem) => { self.laspxqtableData2.forEach((shenPiPrograssItem) => {
shenPiPrograssItem.spType = codeDic[shenPiPrograssItem.spType]; shenPiPrograssItem.spType = codeDic[shenPiPrograssItem.spType];
......
...@@ -148,9 +148,10 @@ export default { ...@@ -148,9 +148,10 @@ export default {
methods: { methods: {
edit(item) { edit(item) {
this.$router.pushToTab({ this.$router.pushToTab({
path: "/sqrd", path: "/yaSqrd",
query: { query: {
asjbh: item.row.asjbh, asjbh: item.row.asjbh,
rwbh: item.row.xxzjbh,
type: "edit", type: "edit",
}, },
}); });
...@@ -186,7 +187,7 @@ export default { ...@@ -186,7 +187,7 @@ export default {
self.updataRz(item); self.updataRz(item);
let url = "/yarw/deleteRw"; let url = "/yarw/deleteRw";
let form = { let form = {
rwbh: item.row.rwbh, rwbh: item.row.xxzjbh,
}; };
self.doQueryRequest(form, url).then((res) => { self.doQueryRequest(form, url).then((res) => {
if (res.data.code == "200") { if (res.data.code == "200") {
......
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