【修改】修改bug
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
</el-col>
|
||||
<el-col :span="10" :offset="2" v-if="isShowTime">
|
||||
<el-form-item label="保密到期日期:" prop="secrecyLast">
|
||||
<el-date-picker :disabled="formControl" v-model="form.secrecyLast" type="date" value-format="yyyy-mm-dd"
|
||||
<el-date-picker :disabled="formControl" v-model="form.secrecyLast" type="date" value-format=“yyyy-MM-dd”
|
||||
placeholder="请选择保密到期日期"
|
||||
prefix-icon="null"/>
|
||||
</el-form-item>
|
||||
@@ -255,6 +255,7 @@ export default {
|
||||
console.log("变化了", this.form)
|
||||
if (this.form.secrecyLast) {
|
||||
this.isShowTime = true
|
||||
debugger
|
||||
this.form.secrecyLast = new Date(this.form.secrecyLast)
|
||||
}
|
||||
if (this.processForm.keyContent) {
|
||||
|
||||
Reference in New Issue
Block a user