浏览代码

no message

libushang 8 月之前
父节点
当前提交
e723ee7986
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. 9 1
      src/views/emergencyCommandMap/RightSection/StartPlan.vue

+ 9 - 1
src/views/emergencyCommandMap/RightSection/StartPlan.vue

@@ -35,7 +35,7 @@
         </div>
       </div>
     </div>
-    <TaskDelivery v-model="taskDeliveryState.show" :title="taskDeliveryState.title" :plan-id="plan_id" :event-id="props.eventId" />
+    <TaskDelivery v-model="taskDeliveryState.show" :title="taskDeliveryState.title" :planId="planData.plan_id" :eventId="props.eventId" />
   </div>
 </template>
 
@@ -63,6 +63,14 @@ const responseLevels = [
   { value: '3', name: '较大(III级)' },
   { value: '4', name: '一般(IV级)' }
 ];
+const planData = reactive({
+    purpose: '',
+    basis: '',
+    scope: '',
+    principles: '',
+    plan_id: ''
+});
+
 let plan_id = '';
 const tabs = ref([
   {