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