|
@@ -3,7 +3,7 @@
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
|
|
|
|
- <el-form size="middle" :model="inputForm" ref="inputForm" v-loading="loading" :class="method==='view'?'readonly':''" :disabled="status === 'audit' || status === 'taskFormDetail'"
|
|
|
|
|
|
+ <el-form size="middle" :model="inputForm" ref="inputForm2" v-loading="loading" :class="method==='view'?'readonly':''" :disabled="status === 'audit' || status === 'taskFormDetail'"
|
|
label-width="135px" @submit.native.prevent>
|
|
label-width="135px" @submit.native.prevent>
|
|
<el-divider content-position="left"><i class="el-icon-document"></i> 项目信息</el-divider>
|
|
<el-divider content-position="left"><i class="el-icon-document"></i> 项目信息</el-divider>
|
|
<el-row :gutter="0">
|
|
<el-row :gutter="0">
|
|
@@ -972,7 +972,7 @@
|
|
this.inputForm.reviewStatus = '2'
|
|
this.inputForm.reviewStatus = '2'
|
|
this.inputForm.assignee = this.inputForm.reviewBy
|
|
this.inputForm.assignee = this.inputForm.reviewBy
|
|
}
|
|
}
|
|
- this.$refs['inputForm'].validate((valid) => {
|
|
|
|
|
|
+ this.$refs['inputForm2'].validate((valid) => {
|
|
if (valid) {
|
|
if (valid) {
|
|
this.loading = true
|
|
this.loading = true
|
|
if (this.commonJS.isEmpty(this.inputForm.createDate)) {
|
|
if (this.commonJS.isEmpty(this.inputForm.createDate)) {
|