commit
This commit is contained in:
@@ -49,7 +49,6 @@
|
|||||||
v-model="rhform.time2"
|
v-model="rhform.time2"
|
||||||
value-format="yyyy-MM-dd HH:mm:ss"
|
value-format="yyyy-MM-dd HH:mm:ss"
|
||||||
type="datetime"
|
type="datetime"
|
||||||
@change="aaa"
|
|
||||||
placeholder="请选择参会时间">
|
placeholder="请选择参会时间">
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@@ -479,9 +478,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
aaa() {
|
|
||||||
console.log(this.rhform.time2)
|
|
||||||
},
|
|
||||||
add1() {
|
add1() {
|
||||||
var id = Number(Math.random().toString().substr(3, 3) + Date.now()).toString(36);
|
var id = Number(Math.random().toString().substr(3, 3) + Date.now()).toString(36);
|
||||||
var json = {
|
var json = {
|
||||||
|
|||||||
Reference in New Issue
Block a user