This commit is contained in:
parent
0ab1d39602
commit
e44d6a06bc
|
@ -606,7 +606,7 @@ const push = reactive({
|
|||
const Process = reactive({
|
||||
title: "服务链流程",
|
||||
data: {
|
||||
yw: "职工基本医疗保险",
|
||||
yw: "民政局-社会救助科",
|
||||
fzr: "杨*",
|
||||
bt: "1/6 低保金",
|
||||
},
|
||||
|
@ -837,13 +837,15 @@ const closeProcess = () => {
|
|||
};
|
||||
//获取服务处置流程数据
|
||||
const openLC = () => {
|
||||
// Process.menu = [];
|
||||
if (data.name == "最低生活保障") {
|
||||
// console.log("推送");
|
||||
Process.data.bt = data.name;
|
||||
// Process.data.yw = "民政局-社会救助科";
|
||||
} else {
|
||||
// Process.menu = [];
|
||||
Process.data.yw = "医保局-龙游县医疗保障事业管理中心",
|
||||
Process.data.fzr = "周*珊,伊*田,杨**",
|
||||
Process.data.bt = data.name,
|
||||
Process.data.yw = "医保局-龙游县医疗保障事业管理中心";
|
||||
Process.data.fzr = "周*珊,伊*田,杨**";
|
||||
Process.data.bt = data.name;
|
||||
Process.menu = [
|
||||
{
|
||||
label: data.name,
|
||||
|
|
Loading…
Reference in New Issue