Fixiaobai
2023-08-28 3fc97d9c76b2c4aaf0635ddfd99599b20661c673
	modified:   src/utils/request.js
modified: src/views/laboratory/measure/Add.vue
modified: src/views/laboratory/measure/index.vue
已修改3个文件
10 ■■■■■ 文件已修改
src/utils/request.js 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/laboratory/measure/Add.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/laboratory/measure/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/request.js
@@ -61,8 +61,10 @@
        type: 'warning',
        duration: 5 * 1000
      })
      localStorage.removeItem("user")
      this.$router.push({ path: '/login' })
      sessionStorage.removeItem("user")
      sessionStorage.setItem("flushPage",1)
      this.$router.replace({path: '/login'});
      location.reload()
      }
      // Message({
      //   message: res.message || 'Error',
src/views/laboratory/measure/Add.vue
@@ -40,7 +40,7 @@
        <el-col style="width:93%;height: 20vh;margin-top: 30px; margin-left: 40px;">
            <el-button icon="el-icon-plus" @click="addcodePointsTable()" style="margin-bottom: 10px;"
                type="primary">新增计量</el-button>
            <el-table ref="codePointsTable" :cell-style="{ textAlign: 'center' }"
            <el-table max-height="300" ref="codePointsTable" :cell-style="{ textAlign: 'center' }"
                :header-cell-style="{ border: '0px', background: '#f5f7fa', color: '#606266', boxShadow: 'inset 0 1px 0 #ebeef5', textAlign: 'center' }"
                :data="codePointsTable" style="width: 100%">
                <el-table-column type="index" v-model="codePointsTable.index" label="序号" min-width="90" />
src/views/laboratory/measure/index.vue
@@ -157,7 +157,7 @@
          </el-col>
        </el-col>
        <el-col style="width:93%;height: 20vh;margin-top: 30px; margin-left: 40px;">
          <el-table :data="measureData">
          <el-table max-height="300" :data="measureData">
            <el-table-column type="index" label="序号" />
            <el-table-column prop="equipmentCode" label="仪器设备编号" />
            <el-table-column prop="equipmentName" label="仪器设备名称" />