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