Commit 2f7eb73c authored by youjie's avatar youjie

no message

parent c99d28cc
......@@ -373,6 +373,7 @@
props:['pagesTitle'],
data() {
return {
Title: '',
cancelOrderDialog: false,
CancelMsg:{
Id:0,
......@@ -450,6 +451,11 @@
components: {
},
watch: {
pagesTitle(val,oldval){
this.Title = val
}
},
methods: {
clickCancel(item){
this.CancelMsg.CancelRemark = ''
......@@ -638,6 +644,7 @@
}
},
mounted() {
this.Title = this.pagesTitle
this.userInfo = this.getLocalStorage();
let myDate = new Date();
let nowDate =
......
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