commit
This commit is contained in:
@@ -41,7 +41,6 @@ export default {
|
|||||||
const newmonth = date.month > 10 ? date.month : "0" + date.month;
|
const newmonth = date.month > 10 ? date.month : "0" + date.month;
|
||||||
const day = date.date > 10 ? date.date : "0" + date.date;
|
const day = date.date > 10 ? date.date : "0" + date.date;
|
||||||
this.updateTime = date.year + "-" + newmonth + "-" + day;
|
this.updateTime = date.year + "-" + newmonth + "-" + day;
|
||||||
console.log("当前时间" + this.updateTime);
|
|
||||||
},
|
},
|
||||||
//截取时间
|
//截取时间
|
||||||
getDate(date) {
|
getDate(date) {
|
||||||
@@ -56,6 +55,7 @@ export default {
|
|||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
this.domesticDynamics = res.data.records
|
this.domesticDynamics = res.data.records
|
||||||
|
console.log(res.data.records);
|
||||||
}, e => {
|
}, e => {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -100,6 +100,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
|
<el-table-column
|
||||||
|
prop="dyhz"
|
||||||
|
label="回执说明"
|
||||||
|
align="center">
|
||||||
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
</div>
|
</div>
|
||||||
<el-collapse accordion>
|
<el-collapse accordion>
|
||||||
@@ -392,6 +398,7 @@
|
|||||||
pId: this.pId
|
pId: this.pId
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
let data = JSON.parse(res.mesg)
|
let data = JSON.parse(res.mesg)
|
||||||
|
console.log(data);
|
||||||
this.form.title = data.title || data.form.title
|
this.form.title = data.title || data.form.title
|
||||||
this.form.date = data.date || data.form.date
|
this.form.date = data.date || data.form.date
|
||||||
this.json = data || data.form
|
this.json = data || data.form
|
||||||
|
|||||||
Reference in New Issue
Block a user