forked from xxhjsb/hbt-prevention-ui
feat:bug
parent
16f8e29e7c
commit
4c5955cbcb
|
@ -85,7 +85,7 @@
|
||||||
<el-dialog :close-on-click-modal="false" :title="'管控措施制定'" :visible.sync="subUpdate" width="952px"
|
<el-dialog :close-on-click-modal="false" :title="'管控措施制定'" :visible.sync="subUpdate" width="952px"
|
||||||
:before-close="handleMeasureClose">
|
:before-close="handleMeasureClose">
|
||||||
<MeasureComponent @actionCallback="dataCallback" :data.sync="measuresData" :show.sync="subUpdate"
|
<MeasureComponent @actionCallback="dataCallback" :data.sync="measuresData" :show.sync="subUpdate"
|
||||||
:tabledata.sync="analysisUpdateParams" :isReadonly="measureIsReadonly" :outermostData="outermostData">
|
:tabledata.sync="analysisUpdateParams" :isReadonly="measureIsReadonly" :outermostData="updateParams">
|
||||||
</MeasureComponent>
|
</MeasureComponent>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
||||||
|
@ -206,7 +206,6 @@ export default class AnalEvaluationComponent extends Vue {
|
||||||
@PropSync("tabledata", {
|
@PropSync("tabledata", {
|
||||||
required: true,
|
required: true,
|
||||||
})
|
})
|
||||||
public outermostData!:any
|
|
||||||
public updateParams: any;
|
public updateParams: any;
|
||||||
|
|
||||||
@Prop()
|
@Prop()
|
||||||
|
|
|
@ -333,12 +333,12 @@ export default class MeasureComponent extends Vue {
|
||||||
@PropSync("tabledata", {
|
@PropSync("tabledata", {
|
||||||
required: true,
|
required: true,
|
||||||
})
|
})
|
||||||
public tableData!: any;
|
|
||||||
|
|
||||||
public measureData!: any;
|
public measureData!: any;
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
this.buildTable()
|
this.buildTable();
|
||||||
|
console.log('measureData',this.measureData);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue