Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
3 changed files
with
3 additions
and
3 deletions
... | @@ -180,7 +180,7 @@ export default { | ... | @@ -180,7 +180,7 @@ export default { |
180 | } | 180 | } |
181 | } catch (error) { | 181 | } catch (error) { |
182 | this.message = error | 182 | this.message = error |
183 | this.$refs.msg.messageShow() | 183 | // this.$refs.msg.messageShow() |
184 | } | 184 | } |
185 | }, | 185 | }, |
186 | async handlDatadetails (index, row) { | 186 | async handlDatadetails (index, row) { | ... | ... |
... | @@ -180,7 +180,7 @@ export default { | ... | @@ -180,7 +180,7 @@ export default { |
180 | } | 180 | } |
181 | } catch (error) { | 181 | } catch (error) { |
182 | this.message = error | 182 | this.message = error |
183 | this.$refs.msg.messageShow() | 183 | // this.$refs.msg.messageShow() |
184 | } | 184 | } |
185 | }, | 185 | }, |
186 | async handlDatadetails (index, row) { | 186 | async handlDatadetails (index, row) { | ... | ... |
... | @@ -174,7 +174,7 @@ export default { | ... | @@ -174,7 +174,7 @@ export default { |
174 | } | 174 | } |
175 | } catch (error) { | 175 | } catch (error) { |
176 | this.message = error | 176 | this.message = error |
177 | this.$refs.msg.messageShow() | 177 | // this.$refs.msg.messageShow() |
178 | } | 178 | } |
179 | }, | 179 | }, |
180 | async handlDatadetails (index, row) { | 180 | async handlDatadetails (index, row) { | ... | ... |
-
Please register or sign in to post a comment