Browse Source

ly 测厚

ly 5 months ago
parent
commit
d0c6918ba0

+ 1 - 0
master/src/main/resources/mybatis/sems/TMeasureLoopMapper.xml

@@ -30,6 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         </where>
         <!-- 数据范围过滤 -->
         ${params.dataScopePlant}
+        order by d.plant_code
     </select>
 
     <select id="selectTMeasureLoopByPlant" parameterType="TMeasureLoop" resultMap="TMeasureLoopResult">

+ 6 - 0
ui/src/views/sems/thickness/loop/index.vue

@@ -334,6 +334,9 @@ export default {
       this.reset();
       this.open = true;
       this.title = "添加腐蚀回路图管理";
+      this.$nextTick(() => {
+        this.$refs.doc.clearFiles()
+      })
     },
     /** 修改按钮操作 */
     handleUpdate(row) {
@@ -344,6 +347,9 @@ export default {
         this.open = true;
         this.title = "修改腐蚀回路图管理";
       });
+      this.$nextTick(() => {
+        this.$refs.doc.clearFiles()
+      })
     },
     /** 提交按钮 */
     submitForm() {