feat: 增加研判指令备用
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="dialog" v-if="dialogForm">
|
||||
<div class="head_box">
|
||||
<span class="title">数据整理{{ title }} </span>
|
||||
<span class="title">战略研判{{ title }} </span>
|
||||
<div>
|
||||
<el-button type="primary" size="small" v-if="title != '详情'" :loading="loading" @click="submit">保存</el-button>
|
||||
<el-button size="small" @click="close">关闭</el-button>
|
||||
@ -186,7 +186,7 @@ watch(() => listQuery.value.jsdxBmDm, (val) => {
|
||||
const isAddForm = !listQuery.value.id
|
||||
return {
|
||||
// id: null,
|
||||
// sjzlid: null, // 研判数据整理ID
|
||||
// sjzlid: null, // 研判战略研判ID
|
||||
/** 部门代码 */
|
||||
ypbmdm: item,
|
||||
ypbmmc: listQuery.value.jsdxBmMc[i],
|
||||
@ -232,7 +232,7 @@ const getXfbmList = () => {
|
||||
const curr = cyypList.find(item => item.ypbmdm == item.ypbmdm) || {}
|
||||
return {
|
||||
id: curr.id || null,
|
||||
sjzlid: curr.sjzlid || null, // 研判数据整理ID
|
||||
sjzlid: curr.sjzlid || null, // 研判战略研判ID
|
||||
ypbmdm: item.ypbmdm,
|
||||
ypbmmc: listQuery.value.jsdxBmMc[i],
|
||||
/** 素材要求 */
|
||||
|
||||
Reference in New Issue
Block a user