修改问题
This commit is contained in:
@@ -68,11 +68,13 @@
|
||||
</el-form-item>
|
||||
<el-form-item label="启用日期">
|
||||
<el-date-picker
|
||||
v-model="query.beginuse_date"
|
||||
v-model="query.createTime"
|
||||
type="daterange"
|
||||
value-format="yyyy-MM-dd"
|
||||
value-format="yyyy-MM-dd HH:mm:ss"
|
||||
start-placeholder="开始日期"
|
||||
end-placeholder="结束日期"
|
||||
@input="onInput()"
|
||||
:default-time="['00:00:00', '23:59:59']"
|
||||
@change="crud.toQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
@@ -311,9 +313,6 @@ export default {
|
||||
crudWorkProcedure.downSelect().then(res => {
|
||||
this.workProcedureList = res
|
||||
})
|
||||
this.crud.query.beginuse_date = [new Date(), new Date()]
|
||||
this.crud.toQuery()
|
||||
|
||||
const param = {
|
||||
'materOpt_code': '23'
|
||||
}
|
||||
@@ -322,6 +321,9 @@ export default {
|
||||
this.queryClassId()
|
||||
})
|
||||
this.getDepts()
|
||||
|
||||
this.crud.query.createTime = [new Date(), new Date()]
|
||||
this.crud.toQuery()
|
||||
},
|
||||
methods: {
|
||||
canUd(row) {
|
||||
@@ -434,6 +436,9 @@ export default {
|
||||
this.dissub_flag = true
|
||||
this.open_flag = true
|
||||
},
|
||||
onInput() {
|
||||
this.$forceUpdate()
|
||||
},
|
||||
checkboxT(row) {
|
||||
return row.status !== '99'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user