Commit c0e9a346 authored by jingnan's avatar jingnan 👀

站位计划维护下配套明细计划状态修改

parent 1624ad61
......@@ -36,7 +36,7 @@
:lay-config="layConfig"
@row-click="rowClick"
/> -->
<stationPlanList @getMissData="getMissData" />
<stationPlanList :state-options="stateOptions" @getMissData="getMissData" />
</div>
</template>
<template slot="paneR">
......
......@@ -83,6 +83,7 @@
<dee-as-com
ref="detailComSI2"
:key="layConfig2.typeName"
:basic-data="{stateOptions}"
:lay-config="layConfig2"
table-height="calc(100vh - 200px)"
@row-click="rowClick"
......@@ -99,6 +100,14 @@
import { post } from '@/utils/http'
export default {
name: 'StationPlanList',
props: {
stateOptions: {
type: Array,
default: () => {
return []
}
}
},
data() {
return {
keyword: '',
......
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