ludc
2023-10-27 a647b8fb3c96791c126dcf26c78676adc35c670f
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -167,6 +167,7 @@
import {validatenull} from "@/util/validate";
import fileInHtml from "@/components/file/inHtml.vue";
import {getUserInfo} from "@/api/system/user";
import func from "@/util/func";
export default {
  components: {
@@ -328,7 +329,7 @@
        oids.push(ele.oid);
      });
      return oids;
    }
    },
  },
  created() {
    // const index = this.$route.query.id.indexOf('@name=') + '@name='.length;
@@ -881,6 +882,11 @@
    },
    //增加保存
    AddSumbit(val) {
      //console.log(val)
      if(func.notEmpty(val.ts)) {
        val.ts = func.formattedDateTime(val.ts);
        //console.log(val.ts);
      }
      addSaveCode(val).then(res => {
        this.$nextTick(() => {
          this.addvisible = false;
@@ -940,7 +946,7 @@
<style lang="scss" scoped>
//固定列高度
/deep/ .el-table__fixed {
  height: 565px!important;
  height: calc(100vh - 370px)!important;
}
// 滚动条样式修改
// 滚动条的宽度