zss
2023-09-15 5244d65ef7e1f333495b59a6470b254bde7ec2ca
update
已修改2个文件
6 ■■■■ 文件已修改
src/components/view/technical.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/technology.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/technical.vue
@@ -39,8 +39,8 @@
    <div class="technical-table">
      <div class="table-box">
        <el-table
        height="490"
          border style="width: 100%"
          border
          height="calc(90vh - 250px)"
          :data="technicalTable"
          >
          <el-table-column
src/components/view/technology.vue
@@ -897,6 +897,7 @@
    //编辑内容
    upContent(ob) {
      this.upData = ob;
      this.chooseDevGroup();
      this.selecTechById()
      this.upDia = true;
    },
@@ -909,7 +910,6 @@
      //     }
      // })
      this.writeTechById();
      this.$message.success("修改成功");
      this.upIndex++;
      this.upDia = false;