李旭东
2023-12-08 7efc6ed86025b610cab109a2e9f83362740d8ed4
xcx/robePages/safeManage/approveHidden.vue
@@ -52,6 +52,7 @@
                  v-model="formCheck.level"
                  placeholder="请选择隐患等级"
                  disabledColor="#FFFFFF"
                  disabled
                  border="none">
               </u-input>
               <u-icon
@@ -92,6 +93,7 @@
      data(){
         return{
            hiddenBtn:0,//是否展示提交按钮 0:展示
            createUser:null,//创建人
            checkShow:false,//展示隐患等级和积分值是否可修改
            showLever: false,//隐患等级弹框显隐
            leverColumns: [
@@ -132,6 +134,7 @@
      },
      onLoad(option) {
         this.hiddenBtn = option.status
         this.createUser = option.createUser
         if(option.status==='0'){//0为审批页面、其他为详情页面
            this.checkShow = false
            this.getDetailsInfo(option.id,0)
@@ -175,6 +178,7 @@
                  const params = Object.assign({},this.hiddenDetails);
                  params.level = this.formCheck.levelId
                  params.integral = this.formCheck.integral
                  params.createUser = this.createUser
                  this.$api.reboSystem.checkHiddenInfo(params).then((res) => {
                     if(res.success) {
                        uni.$u.toast("提交成功!");