ludc
2023-08-25 f043d5d9d1919ee81d7b43e2f58cd8ac7419259a
Source/UBCS-WEB/src/views/code/code.vue
@@ -845,7 +845,7 @@
  import fixedValueOption from "@/const/code/fixedValueMgrDialog";
  import {mapGetters} from "vuex";
  import {getByRoleUserList} from "@/api/system/user";
  import func from "@/util/func";
  import func from "@/util/func";
  export default {
      data() {
@@ -890,7 +890,7 @@
            visible:false,
          },
          /*使用范围对话框显示控制*/
          codeRangeSettingBox: false,
          useRangeData: [],
@@ -1831,7 +1831,7 @@
            // 避免用户重复点击按钮
            this.releadDisabled = true;
            await checkLikeCodeRule(oid).then(res => {
              console.log(res)
              //console.log(res)
              if(res.data.success){
                this.updateStatus(oid,update);
              }else{
@@ -1840,7 +1840,7 @@
                  confirmButtonText: '继续发布',
                  cancelButtonText: '取消'
                }).then(() => {
                  //this.updateStatus();
                  this.updateStatus(oid,update);
                })
                .catch(action => {
                  this.$message({