style:样式修改
Showing
1 changed file
with
0 additions
and
13 deletions
... | @@ -172,20 +172,7 @@ export default { | ... | @@ -172,20 +172,7 @@ export default { |
172 | this.message = error | 172 | this.message = error |
173 | // this.$refs.msg.messageShow() | 173 | // this.$refs.msg.messageShow() |
174 | } | 174 | } |
175 | }, | ||
176 | handlDatadetails (index, row) { | ||
177 | this.$store.dispatch('business/setEdit'); this.$refs.editLog.isShow() | ||
178 | }, | ||
179 | async handlDatadetails (index, row) { | ||
180 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) | ||
181 | if (res != null) { | ||
182 | this.diaData = res | ||
183 | this.bsmSjsb = row.BSM_SJSB | ||
184 | this.$store.dispatch('business/setEdit'); this.$refs.editLog.isShow() | ||
185 | } else { | ||
186 | this.$message(message); | ||
187 | } | 175 | } |
188 | }, | ||
189 | } | 176 | } |
190 | } | 177 | } |
191 | </script> | 178 | </script> | ... | ... |
-
Please register or sign in to post a comment