|
@@ -16,7 +16,7 @@
|
|
|
<BJXM />
|
|
|
<TDSC ref="tdsc_ref" />
|
|
|
<HYSY ref="hysy_ref" />
|
|
|
- <TDSY />
|
|
|
+ <TDSY ref="tdgy_ref"/>
|
|
|
<GDBH ref="gdbh_ref" />
|
|
|
<STXF ref="stxf_ref" />
|
|
|
<WPJG ref="wpjg_ref" />
|
|
@@ -96,7 +96,9 @@ export default {
|
|
|
// this.$refs.stxf_ref.setData({ id: this.params.id });
|
|
|
this.$refs.wpjg_ref.setData(this.params);
|
|
|
this.$refs.tdsc_ref.init_scjd(this.params);
|
|
|
+ this.$refs.tdgy_ref.init_tdgy_gy_jd(this.params);
|
|
|
|
|
|
+
|
|
|
},
|
|
|
dateChange(date) {
|
|
|
this.params.beginTime = date[0]
|