spring
13 小时以前 633568cff8a45c9f92aec1ec5edb5a09a3b0d8a4
fix: 隐患地点需要拍照而不是文字描述,需要可预览。
已修改1个文件
13 ■■■■■ 文件已修改
src/pages/safeProduction/dangerInvestigation/detail.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
    }