src/pages/safeProduction/dangerInvestigation/detail.vue
@@ -50,13 +50,6 @@ count :autoHeight="true" /> </u-form-item> <u-form-item label="隐患具体位置" prop="location" required border-bottom> <u-input v-model="form.location" placeholder="请输入隐患具体位置" /> </u-form-item> <u-form-item label="整改完成期限" prop="rectifyTime" required @@ -167,7 +160,6 @@ type: "", riskLevel: "", hiddenDesc: "", location: "", rectifyTime: "", rectifyUserName: "", rectifyUserMobile: "", @@ -276,11 +268,6 @@ if (!form.value.hiddenDesc) { showToast("请输入隐患描述"); return; } if (!form.value.location) { showToast("请输入隐患具体位置"); return; }