소스 검색

no message

XAWDJ0277HWXPT2\Administrator 4 년 전
부모
커밋
dbffd00b53

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
web/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
web/js/app.8eaee9df.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
web/js/app.8eaee9df.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 0
web/js/chunk-3c3021a1.1054c228.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
web/js/chunk-3c3021a1.1054c228.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 2
web/js/chunk-3c3021a1.1aafb968.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 1
web/js/chunk-3c3021a1.1aafb968.js.map


+ 6 - 0
webConfig/src/views/projectManagement.vue

@@ -3544,7 +3544,13 @@
                             },100)
                         },
                         this,
+                        false,
                         () => {
+                            this.$message({
+                              showClose: true,
+                              message:data.msg,
+                              type: 'warning'
+                            });
                             this.getLightList(this.currentPage);
                             this.loading['lampcontrolUpdate'+type] = false;
                         }