소스 검색

添加备注

zhangyu 5 년 전
부모
커밋
8efca8eff3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/model/file/floorTable.vue

+ 1 - 1
src/components/model/file/floorTable.vue

@@ -90,7 +90,7 @@ export default {
     },
     // 替换日志
     repliaceModel(item) {
-      if (item.Status == 2 || item.Status == 20 || item.Status == 21) {
+      if (item.Status == 2 || item.Status == 20 || item.Status == 21) {//临时(后续只有状态为4时可以替换模型 item.Status != 4)
         this.$alert("正在识别模型对象,请稍后再替换。", "替换模型", {
           confirmButtonText: "确定",
           callback: action => {